Html Css Color HEX #01ABBA Iris Blue

📋 copy color: '#01ABBA'

red 1 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #01ABBA

Tints of Iris Blue #01ABBA

RGB

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

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

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

R = 0.28%
G = 47.77%
B = 51.96%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#01ABBA (or 0x01ABBA) is known color: Iris Blue. HEX triplet: 01, AB and BA. RGB value is (1,171,186). Sum of RGB (Red+Green+Blue) = 1+171+186=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #01ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABBA is #FE5445. Grayscale: #797979. Windows color (decimal): -16667718 or 12233473. OLE color: 12233473.

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

Color convert

RGB 1 171 186 -
CMYK 0.99 0.08 0 0.27
HSL 184.86º 0.99% 0.37% -
HSV(B) 184.86º 0.99% 0.73% -
XYZ 23.44 32.68 51.53 -
YUV 121.88 164.18 41.78 -
System Red Green Blue C M Y K H S L
Decimal 1 171 186 0.99 0.08 0 0.27 184.86 0.99 0.37
Hex 1 AB BA 63 8 0 1B B9 63 25
Octal 1 253 272 143 10 0 33 271 143 45
Binary 1 10101011 10111010 1100011 1000 0 11011 10111001 1100011 100101

Color Harmonies of #01ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABBA

Black with #01ABBA

Text Example


Text Example

White with #01ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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