Html Css Color HEX #05AFCD Iris Blue

📋 copy color: '#05AFCD'

red 5 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #05AFCD

Tints of Iris Blue #05AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 1.3%
G = 45.45%
B = 53.25%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#05AFCD (or 0x05AFCD) is known color: Iris Blue. HEX triplet: 05, AF and CD. RGB value is (5,175,205). Sum of RGB (Red+Green+Blue) = 5+175+205=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #05AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AFCD is #FA5032. Grayscale: #7F7F7F. Windows color (decimal): -16404531 or 13479685. OLE color: 13479685.

HSL color Cylindrical-coordinate representation of color #05AFCD: hue angle of 189º 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 #05AFCD is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 175 205 -
CMYK 0.98 0.15 0 0.20
HSL 189º 0.95% 0.41% -
HSV(B) 189º 0.98% 0.8% -
XYZ 26.41 35.1 63.14 -
YUV 127.59 171.68 40.56 -
System Red Green Blue C M Y K H S L
Decimal 5 175 205 0.98 0.15 0 0.20 189 0.95 0.41
Hex 5 AF CD 62 F 0 14 BD 5F 29
Octal 5 257 315 142 17 0 24 275 137 51
Binary 101 10101111 11001101 1100010 1111 0 10100 10111101 1011111 101001

Color Harmonies of #05AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AFCD

Black with #05AFCD

Text Example


Text Example

White with #05AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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