Html Css Color HEX #01ABBB Iris Blue

📋 copy color: '#01ABBB'

red 1 ◦ green 171 ◦ blue 187

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

Shades of Iris Blue #01ABBB

Tints of Iris Blue #01ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.63%

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 0.28%
G = 47.63%
B = 52.09%

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

#01ABBB (or 0x01ABBB) is known color: Iris Blue. HEX triplet: 01, AB and BB. RGB value is (1,171,187). Sum of RGB (Red+Green+Blue) = 1+171+187=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #01ABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABBB is #FE5444. Grayscale: #797979. Windows color (decimal): -16667717 or 12299009. OLE color: 12299009.

HSL color Cylindrical-coordinate representation of color #01ABBB: hue angle of 185.16º 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 #01ABBB is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 171 187 -
CMYK 0.99 0.09 0 0.27
HSL 185.16º 0.99% 0.37% -
HSV(B) 185.16º 0.99% 0.73% -
XYZ 23.55 32.72 52.09 -
YUV 121.99 164.68 41.7 -
System Red Green Blue C M Y K H S L
Decimal 1 171 187 0.99 0.09 0 0.27 185.16 0.99 0.37
Hex 1 AB BB 63 9 0 1B B9 63 25
Octal 1 253 273 143 11 0 33 271 143 45
Binary 1 10101011 10111011 1100011 1001 0 11011 10111001 1100011 100101

Color Harmonies of #01ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABBB

Black with #01ABBB

Text Example


Text Example

White with #01ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,171,187); }

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

background-color css

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

 a { background-color: rgb(1,171,187); }

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

border-color css

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

 span { border-color: rgb(1,171,187); }

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