Html Css Color HEX #03BBC3 Iris Blue

📋 copy color: '#03BBC3'

red 3 ◦ green 187 ◦ blue 195

#03BBC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #03BBC3

Tints of Iris Blue #03BBC3

RGB

 RED value IS 3 (1.56% from 255) = 0.78%

 GREEN value IS 187 (73.44% from 255) = 48.57%

 BLUE value IS 195 (76.56% from 255) = 50.65%

R = 0.78%
G = 48.57%
B = 50.65%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03BBC3 (or 0x03BBC3) is known color: Iris Blue. HEX triplet: 03, BB and C3. RGB value is (3,187,195). Sum of RGB (Red+Green+Blue) = 3+187+195=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #03BBC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBC3 is #FC443C. Grayscale: #848484. Windows color (decimal): -16532541 or 12827395. OLE color: 12827395.

HSL color Cylindrical-coordinate representation of color #03BBC3: hue angle of 182.5º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BBC3 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 187 195 -
CMYK 0.98 0.04 0 0.24
HSL 182.5º 0.97% 0.39% -
HSV(B) 182.5º 0.98% 0.76% -
XYZ 27.66 39.5 57.8 -
YUV 132.9 163.04 35.35 -
System Red Green Blue C M Y K H S L
Decimal 3 187 195 0.98 0.04 0 0.24 182.5 0.97 0.39
Hex 3 BB C3 62 4 0 18 B6 61 27
Octal 3 273 303 142 4 0 30 266 141 47
Binary 11 10111011 11000011 1100010 100 0 11000 10110110 1100001 100111

Color Harmonies of #03BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBC3

Black with #03BBC3

Text Example


Text Example

White with #03BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BBC3; }

 p { color: rgb(3,187,195); }

 H1.HeaderClassName
 {
   color: #03BBC3;
 }
 .AnyTagClassName
 {
   color: #03BBC3;
 }
</style>

background-color css

<style>
 a { background-color: #03BBC3; }

 a { background-color: rgb(3,187,195); }

 div.DivClassName
 {
   background-color: #03BBC3;
 }
 .BgClassName
 {
   background-color: #03BBC3;
 }
</style>

border-color css

<style>
 span { border-color: #03BBC3; }

 span { border-color: rgb(3,187,195); }

 td.TdClassName
 {
   border-color: #03BBC3;
 }
 .TagClassName
 {
   border-color: #03BBC3;
 }
</style>