Html Css Color HEX #05AFCC Iris Blue

📋 copy color: '#05AFCC'

red 5 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #05AFCC

Tints of Iris Blue #05AFCC

RGB

 RED value IS 5 (2.34% from 255) = 1.3%

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

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

R = 1.3%
G = 45.57%
B = 53.13%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#05AFCC (or 0x05AFCC) is known color: Iris Blue. HEX triplet: 05, AF and CC. RGB value is (5,175,204). Sum of RGB (Red+Green+Blue) = 5+175+204=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #05AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AFCC is #FA5033. Grayscale: #7F7F7F. Windows color (decimal): -16404532 or 13414149. OLE color: 13414149.

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

Color convert

RGB 5 175 204 -
CMYK 0.98 0.14 0 0.2
HSL 188.74º 0.95% 0.41% -
HSV(B) 188.74º 0.98% 0.8% -
XYZ 26.29 35.05 62.51 -
YUV 127.48 171.18 40.64 -
System Red Green Blue C M Y K H S L
Decimal 5 175 204 0.98 0.14 0 0.2 188.74 0.95 0.41
Hex 5 AF CC 62 E 0 14 BD 5F 29
Octal 5 257 314 142 16 0 24 275 137 51
Binary 101 10101111 11001100 1100010 1110 0 10100 10111101 1011111 101001

Color Harmonies of #05AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AFCC

Black with #05AFCC

Text Example


Text Example

White with #05AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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