Html Css Color HEX #01AFC8 Iris Blue

📋 copy color: '#01AFC8'

red 1 ◦ green 175 ◦ blue 200

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

Shades of Iris Blue #01AFC8

Tints of Iris Blue #01AFC8

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

 BLUE value IS 200 (78.52% from 255) = 53.19%

R = 0.27%
G = 46.54%
B = 53.19%

CMYK

 C value IS 1.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#01AFC8 (or 0x01AFC8) is known color: Iris Blue. HEX triplet: 01, AF and C8. RGB value is (1,175,200). Sum of RGB (Red+Green+Blue) = 1+175+200=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #01AFC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFC8 is #FE5037. Grayscale: #7D7D7D. Windows color (decimal): -16666680 or 13152001. OLE color: 13152001.

HSL color Cylindrical-coordinate representation of color #01AFC8: hue angle of 187.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AFC8 is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 175 200 -
CMYK 1.00 0.12 0 0.22
HSL 187.54º 0.99% 0.39% -
HSV(B) 187.54º 1% 0.78% -
XYZ 25.77 34.84 60.01 -
YUV 125.82 169.85 38.97 -
System Red Green Blue C M Y K H S L
Decimal 1 175 200 1.00 0.12 0 0.22 187.54 0.99 0.39
Hex 1 AF C8 64 C 0 16 BC 63 27
Octal 1 257 310 144 14 0 26 274 143 47
Binary 1 10101111 11001000 1100100 1100 0 10110 10111100 1100011 100111

Color Harmonies of #01AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AFC8

Black with #01AFC8

Text Example


Text Example

White with #01AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AFC8; }

 p { color: rgb(1,175,200); }

 H1.HeaderClassName
 {
   color: #01AFC8;
 }
 .AnyTagClassName
 {
   color: #01AFC8;
 }
</style>

background-color css

<style>
 a { background-color: #01AFC8; }

 a { background-color: rgb(1,175,200); }

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

border-color css

<style>
 span { border-color: #01AFC8; }

 span { border-color: rgb(1,175,200); }

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