Html Css Color HEX #01A9BA Iris Blue

📋 copy color: '#01A9BA'

red 1 ◦ green 169 ◦ blue 186

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

Shades of Iris Blue #01A9BA

Tints of Iris Blue #01A9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 0.28%
G = 47.47%
B = 52.25%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#01A9BA (or 0x01A9BA) is known color: Iris Blue. HEX triplet: 01, A9 and BA. RGB value is (1,169,186). Sum of RGB (Red+Green+Blue) = 1+169+186=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #01A9BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A9BA is #FE5645. Grayscale: #787878. Windows color (decimal): -16668230 or 12232961. OLE color: 12232961.

HSL color Cylindrical-coordinate representation of color #01A9BA: hue angle of 185.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A9BA is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 169 186 -
CMYK 0.99 0.09 0 0.27
HSL 185.51º 0.99% 0.37% -
HSV(B) 185.51º 0.99% 0.73% -
XYZ 23.06 31.93 51.4 -
YUV 120.71 164.84 42.62 -
System Red Green Blue C M Y K H S L
Decimal 1 169 186 0.99 0.09 0 0.27 185.51 0.99 0.37
Hex 1 A9 BA 63 9 0 1B BA 63 25
Octal 1 251 272 143 11 0 33 272 143 45
Binary 1 10101001 10111010 1100011 1001 0 11011 10111010 1100011 100101

Color Harmonies of #01A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A9BA

Black with #01A9BA

Text Example


Text Example

White with #01A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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