Html Css Color HEX #01A9C5 Iris Blue

📋 copy color: '#01A9C5'

red 1 ◦ green 169 ◦ blue 197

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

Shades of Iris Blue #01A9C5

Tints of Iris Blue #01A9C5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.05%

 BLUE value IS 197 (77.34% from 255) = 53.68%

R = 0.27%
G = 46.05%
B = 53.68%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#01A9C5 (or 0x01A9C5) is known color: Iris Blue. HEX triplet: 01, A9 and C5. RGB value is (1,169,197). Sum of RGB (Red+Green+Blue) = 1+169+197=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 197 (77.34% from 255 or 53.68% from 367); Max value from RGB is 197 - color contains mainly: blue. Hex color #01A9C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A9C5 is #FE563A. Grayscale: #797979. Windows color (decimal): -16668219 or 12953857. OLE color: 12953857.

HSL color Cylindrical-coordinate representation of color #01A9C5: hue angle of 188.57º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A9C5 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 169 197 -
CMYK 0.99 0.14 0 0.23
HSL 188.57º 0.99% 0.39% -
HSV(B) 188.57º 0.99% 0.77% -
XYZ 24.28 32.41 57.8 -
YUV 121.96 170.34 41.72 -
System Red Green Blue C M Y K H S L
Decimal 1 169 197 0.99 0.14 0 0.23 188.57 0.99 0.39
Hex 1 A9 C5 63 E 0 17 BD 63 27
Octal 1 251 305 143 16 0 27 275 143 47
Binary 1 10101001 11000101 1100011 1110 0 10111 10111101 1100011 100111

Color Harmonies of #01A9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A9C5

Black with #01A9C5

Text Example


Text Example

White with #01A9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,169,197); }

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

background-color css

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

 a { background-color: rgb(1,169,197); }

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

border-color css

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

 span { border-color: rgb(1,169,197); }

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