Html Css Color HEX #01A9BC Iris Blue

📋 copy color: '#01A9BC'

red 1 ◦ green 169 ◦ blue 188

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

Shades of Iris Blue #01A9BC

Tints of Iris Blue #01A9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 0.28%
G = 47.21%
B = 52.51%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#01A9BC (or 0x01A9BC) is known color: Iris Blue. HEX triplet: 01, A9 and BC. RGB value is (1,169,188). Sum of RGB (Red+Green+Blue) = 1+169+188=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #01A9BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A9BC is #FE5643. Grayscale: #787878. Windows color (decimal): -16668228 or 12364033. OLE color: 12364033.

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

Color convert

RGB 1 169 188 -
CMYK 0.99 0.10 0 0.26
HSL 186.1º 0.99% 0.37% -
HSV(B) 186.1º 0.99% 0.74% -
XYZ 23.28 32.01 52.53 -
YUV 120.93 165.84 42.46 -
System Red Green Blue C M Y K H S L
Decimal 1 169 188 0.99 0.10 0 0.26 186.1 0.99 0.37
Hex 1 A9 BC 63 A 0 1A BA 63 25
Octal 1 251 274 143 12 0 32 272 143 45
Binary 1 10101001 10111100 1100011 1010 0 11010 10111010 1100011 100101

Color Harmonies of #01A9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A9BC

Black with #01A9BC

Text Example


Text Example

White with #01A9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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