Html Css Color HEX #03AFCC Iris Blue

📋 copy color: '#03AFCC'

red 3 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #03AFCC

Tints of Iris Blue #03AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 0.79%
G = 45.81%
B = 53.4%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#03AFCC (or 0x03AFCC) is known color: Iris Blue. HEX triplet: 03, AF and CC. RGB value is (3,175,204). Sum of RGB (Red+Green+Blue) = 3+175+204=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #03AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFCC is #FC5033. Grayscale: #7E7E7E. Windows color (decimal): -16535604 or 13414147. OLE color: 13414147.

HSL color Cylindrical-coordinate representation of color #03AFCC: hue angle of 188.66º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFCC is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 175 204 -
CMYK 0.99 0.14 0 0.2
HSL 188.66º 0.97% 0.41% -
HSV(B) 188.66º 0.99% 0.8% -
XYZ 26.27 35.04 62.51 -
YUV 126.88 171.52 39.64 -
System Red Green Blue C M Y K H S L
Decimal 3 175 204 0.99 0.14 0 0.2 188.66 0.97 0.41
Hex 3 AF CC 63 E 0 14 BD 61 29
Octal 3 257 314 143 16 0 24 275 141 51
Binary 11 10101111 11001100 1100011 1110 0 10100 10111101 1100001 101001

Color Harmonies of #03AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFCC

Black with #03AFCC

Text Example


Text Example

White with #03AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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