Html Css Color HEX #03BFB6 Iris Blue

📋 copy color: '#03BFB6'

red 3 ◦ green 191 ◦ blue 182

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

Shades of Iris Blue #03BFB6

Tints of Iris Blue #03BFB6

RGB

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

 GREEN value IS 191 (75% from 255) = 50.8%

 BLUE value IS 182 (71.48% from 255) = 48.4%

R = 0.8%
G = 50.8%
B = 48.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#03BFB6 (or 0x03BFB6) is known color: Iris Blue. HEX triplet: 03, BF and B6. RGB value is (3,191,182). Sum of RGB (Red+Green+Blue) = 3+191+182=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #03BFB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFB6 is #FC4049. Grayscale: #858585. Windows color (decimal): -16531530 or 11976451. OLE color: 11976451.

HSL color Cylindrical-coordinate representation of color #03BFB6: hue angle of 177.13º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BFB6 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 191 182 -
CMYK 0.98 0 0.05 0.25
HSL 177.13º 0.97% 0.38% -
HSV(B) 177.13º 0.98% 0.75% -
XYZ 27.11 40.66 50.67 -
YUV 133.76 155.22 34.73 -
System Red Green Blue C M Y K H S L
Decimal 3 191 182 0.98 0 0.05 0.25 177.13 0.97 0.38
Hex 3 BF B6 62 0 5 19 B1 61 26
Octal 3 277 266 142 0 5 31 261 141 46
Binary 11 10111111 10110110 1100010 0 101 11001 10110001 1100001 100110

Color Harmonies of #03BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFB6

Black with #03BFB6

Text Example


Text Example

White with #03BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,191,182); }

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

background-color css

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

 a { background-color: rgb(3,191,182); }

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

border-color css

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

 span { border-color: rgb(3,191,182); }

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