Html Css Color HEX #03AFC9 Iris Blue

📋 copy color: '#03AFC9'

red 3 ◦ green 175 ◦ blue 201

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

Shades of Iris Blue #03AFC9

Tints of Iris Blue #03AFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 0.79%
G = 46.17%
B = 53.03%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#03AFC9 (or 0x03AFC9) is known color: Iris Blue. HEX triplet: 03, AF and C9. RGB value is (3,175,201). Sum of RGB (Red+Green+Blue) = 3+175+201=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #03AFC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFC9 is #FC5036. Grayscale: #7E7E7E. Windows color (decimal): -16535607 or 13217539. OLE color: 13217539.

HSL color Cylindrical-coordinate representation of color #03AFC9: hue angle of 187.88º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFC9 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 175 201 -
CMYK 0.99 0.13 0 0.21
HSL 187.88º 0.97% 0.4% -
HSV(B) 187.88º 0.99% 0.79% -
XYZ 25.91 34.9 60.63 -
YUV 126.54 170.02 39.89 -
System Red Green Blue C M Y K H S L
Decimal 3 175 201 0.99 0.13 0 0.21 187.88 0.97 0.4
Hex 3 AF C9 63 D 0 15 BC 61 28
Octal 3 257 311 143 15 0 25 274 141 50
Binary 11 10101111 11001001 1100011 1101 0 10101 10111100 1100001 101000

Color Harmonies of #03AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFC9

Black with #03AFC9

Text Example


Text Example

White with #03AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,175,201); }

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

background-color css

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

 a { background-color: rgb(3,175,201); }

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

border-color css

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

 span { border-color: rgb(3,175,201); }

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