Html Css Color HEX #03AFC0 Iris Blue

📋 copy color: '#03AFC0'

red 3 ◦ green 175 ◦ blue 192

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

Shades of Iris Blue #03AFC0

Tints of Iris Blue #03AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.89%

R = 0.81%
G = 47.3%
B = 51.89%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#03AFC0 (or 0x03AFC0) is known color: Iris Blue. HEX triplet: 03, AF and C0. RGB value is (3,175,192). Sum of RGB (Red+Green+Blue) = 3+175+192=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #03AFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFC0 is #FC503F. Grayscale: #7D7D7D. Windows color (decimal): -16535616 or 12627715. OLE color: 12627715.

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

Color convert

RGB 3 175 192 -
CMYK 0.98 0.09 0 0.25
HSL 185.4º 0.97% 0.38% -
HSV(B) 185.4º 0.98% 0.75% -
XYZ 24.88 34.49 55.21 -
YUV 125.51 165.52 40.62 -
System Red Green Blue C M Y K H S L
Decimal 3 175 192 0.98 0.09 0 0.25 185.4 0.97 0.38
Hex 3 AF C0 62 9 0 19 B9 61 26
Octal 3 257 300 142 11 0 31 271 141 46
Binary 11 10101111 11000000 1100010 1001 0 11001 10111001 1100001 100110

Color Harmonies of #03AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFC0

Black with #03AFC0

Text Example


Text Example

White with #03AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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