Html Css Color HEX #03BFC6 Iris Blue

📋 copy color: '#03BFC6'

red 3 ◦ green 191 ◦ blue 198

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

Shades of Iris Blue #03BFC6

Tints of Iris Blue #03BFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.51%

R = 0.77%
G = 48.72%
B = 50.51%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#03BFC6 (or 0x03BFC6) is known color: Iris Blue. HEX triplet: 03, BF and C6. RGB value is (3,191,198). Sum of RGB (Red+Green+Blue) = 3+191+198=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #03BFC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFC6 is #FC4039. Grayscale: #878787. Windows color (decimal): -16531514 or 13025027. OLE color: 13025027.

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

Color convert

RGB 3 191 198 -
CMYK 0.98 0.04 0 0.22
HSL 182.15º 0.97% 0.39% -
HSV(B) 182.15º 0.98% 0.78% -
XYZ 28.86 41.36 59.89 -
YUV 135.59 163.22 33.43 -
System Red Green Blue C M Y K H S L
Decimal 3 191 198 0.98 0.04 0 0.22 182.15 0.97 0.39
Hex 3 BF C6 62 4 0 16 B6 61 27
Octal 3 277 306 142 4 0 26 266 141 47
Binary 11 10111111 11000110 1100010 100 0 10110 10110110 1100001 100111

Color Harmonies of #03BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFC6

Black with #03BFC6

Text Example


Text Example

White with #03BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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