Html Css Color HEX #01ABBE Iris Blue

📋 copy color: '#01ABBE'

red 1 ◦ green 171 ◦ blue 190

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

Shades of Iris Blue #01ABBE

Tints of Iris Blue #01ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 0.28%
G = 47.24%
B = 52.49%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01ABBE (or 0x01ABBE) is known color: Iris Blue. HEX triplet: 01, AB and BE. RGB value is (1,171,190). Sum of RGB (Red+Green+Blue) = 1+171+190=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #01ABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABBE is #FE5441. Grayscale: #7A7A7A. Windows color (decimal): -16667714 or 12495617. OLE color: 12495617.

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

Color convert

RGB 1 171 190 -
CMYK 0.99 0.10 0 0.25
HSL 186.03º 0.99% 0.37% -
HSV(B) 186.03º 0.99% 0.75% -
XYZ 23.87 32.85 53.8 -
YUV 122.34 166.18 41.46 -
System Red Green Blue C M Y K H S L
Decimal 1 171 190 0.99 0.10 0 0.25 186.03 0.99 0.37
Hex 1 AB BE 63 A 0 19 BA 63 25
Octal 1 253 276 143 12 0 31 272 143 45
Binary 1 10101011 10111110 1100011 1010 0 11001 10111010 1100011 100101

Color Harmonies of #01ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABBE

Black with #01ABBE

Text Example


Text Example

White with #01ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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