Html Css Color HEX #03BFB2 Iris Blue

📋 copy color: '#03BFB2'

red 3 ◦ green 191 ◦ blue 178

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

Shades of Iris Blue #03BFB2

Tints of Iris Blue #03BFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.85%

R = 0.81%
G = 51.34%
B = 47.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#03BFB2 (or 0x03BFB2) is known color: Iris Blue. HEX triplet: 03, BF and B2. RGB value is (3,191,178). Sum of RGB (Red+Green+Blue) = 3+191+178=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #03BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BFB2 is #FC404D. Grayscale: #858585. Windows color (decimal): -16531534 or 11714307. OLE color: 11714307.

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

Color convert

RGB 3 191 178 -
CMYK 0.98 0 0.07 0.25
HSL 175.85º 0.97% 0.38% -
HSV(B) 175.85º 0.98% 0.75% -
XYZ 26.7 40.5 48.53 -
YUV 133.31 153.22 35.06 -
System Red Green Blue C M Y K H S L
Decimal 3 191 178 0.98 0 0.07 0.25 175.85 0.97 0.38
Hex 3 BF B2 62 0 7 19 B0 61 26
Octal 3 277 262 142 0 7 31 260 141 46
Binary 11 10111111 10110010 1100010 0 111 11001 10110000 1100001 100110

Color Harmonies of #03BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFB2

Black with #03BFB2

Text Example


Text Example

White with #03BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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