Html Css Color HEX #01AFC3 Iris Blue

📋 copy color: '#01AFC3'

red 1 ◦ green 175 ◦ blue 195

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

Shades of Iris Blue #01AFC3

Tints of Iris Blue #01AFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.56%

R = 0.27%
G = 47.17%
B = 52.56%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01AFC3 (or 0x01AFC3) is known color: Iris Blue. HEX triplet: 01, AF and C3. RGB value is (1,175,195). Sum of RGB (Red+Green+Blue) = 1+175+195=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #01AFC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFC3 is #FE503C. Grayscale: #7D7D7D. Windows color (decimal): -16666685 or 12824321. OLE color: 12824321.

HSL color Cylindrical-coordinate representation of color #01AFC3: hue angle of 186.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AFC3 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 175 195 -
CMYK 0.99 0.10 0 0.24
HSL 186.19º 0.99% 0.38% -
HSV(B) 186.19º 0.99% 0.76% -
XYZ 25.19 34.61 56.98 -
YUV 125.25 167.35 39.37 -
System Red Green Blue C M Y K H S L
Decimal 1 175 195 0.99 0.10 0 0.24 186.19 0.99 0.38
Hex 1 AF C3 63 A 0 18 BA 63 26
Octal 1 257 303 143 12 0 30 272 143 46
Binary 1 10101111 11000011 1100011 1010 0 11000 10111010 1100011 100110

Color Harmonies of #01AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AFC3

Black with #01AFC3

Text Example


Text Example

White with #01AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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