Html Css Color HEX #03BBC2 Iris Blue

📋 copy color: '#03BBC2'

red 3 ◦ green 187 ◦ blue 194

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

Shades of Iris Blue #03BBC2

Tints of Iris Blue #03BBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 0.78%
G = 48.7%
B = 50.52%

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

#03BBC2 (or 0x03BBC2) is known color: Iris Blue. HEX triplet: 03, BB and C2. RGB value is (3,187,194). Sum of RGB (Red+Green+Blue) = 3+187+194=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #03BBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBC2 is #FC443D. Grayscale: #848484. Windows color (decimal): -16532542 or 12761859. OLE color: 12761859.

HSL color Cylindrical-coordinate representation of color #03BBC2: hue angle of 182.2º 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 #03BBC2 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 187 194 -
CMYK 0.98 0.04 0 0.24
HSL 182.2º 0.97% 0.39% -
HSV(B) 182.2º 0.98% 0.76% -
XYZ 27.55 39.46 57.2 -
YUV 132.78 162.54 35.43 -
System Red Green Blue C M Y K H S L
Decimal 3 187 194 0.98 0.04 0 0.24 182.2 0.97 0.39
Hex 3 BB C2 62 4 0 18 B6 61 27
Octal 3 273 302 142 4 0 30 266 141 47
Binary 11 10111011 11000010 1100010 100 0 11000 10110110 1100001 100111

Color Harmonies of #03BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBC2

Black with #03BBC2

Text Example


Text Example

White with #03BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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