Html Css Color HEX #05AFC9 Iris Blue

📋 copy color: '#05AFC9'

red 5 ◦ green 175 ◦ blue 201

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

Shades of Iris Blue #05AFC9

Tints of Iris Blue #05AFC9

RGB

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

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

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

R = 1.31%
G = 45.93%
B = 52.76%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#05AFC9 (or 0x05AFC9) is known color: Iris Blue. HEX triplet: 05, AF and C9. RGB value is (5,175,201). Sum of RGB (Red+Green+Blue) = 5+175+201=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #05AFC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AFC9 is #FA5036. Grayscale: #7E7E7E. Windows color (decimal): -16404535 or 13217541. OLE color: 13217541.

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

Color convert

RGB 5 175 201 -
CMYK 0.98 0.13 0 0.21
HSL 187.96º 0.95% 0.4% -
HSV(B) 187.96º 0.98% 0.79% -
XYZ 25.94 34.91 60.63 -
YUV 127.13 169.68 40.89 -
System Red Green Blue C M Y K H S L
Decimal 5 175 201 0.98 0.13 0 0.21 187.96 0.95 0.4
Hex 5 AF C9 62 D 0 15 BC 5F 28
Octal 5 257 311 142 15 0 25 274 137 50
Binary 101 10101111 11001001 1100010 1101 0 10101 10111100 1011111 101000

Color Harmonies of #05AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AFC9

Black with #05AFC9

Text Example


Text Example

White with #05AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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