Html Css Color HEX #01ABCF Iris Blue

📋 copy color: '#01ABCF'

red 1 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #01ABCF

Tints of Iris Blue #01ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.62%

R = 0.26%
G = 45.12%
B = 54.62%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01ABCF (or 0x01ABCF) is known color: Iris Blue. HEX triplet: 01, AB and CF. RGB value is (1,171,207). Sum of RGB (Red+Green+Blue) = 1+171+207=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #01ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABCF is #FE5430. Grayscale: #7B7B7B. Windows color (decimal): -16667697 or 13609729. OLE color: 13609729.

HSL color Cylindrical-coordinate representation of color #01ABCF: hue angle of 190.49º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABCF is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 171 207 -
CMYK 1.00 0.17 0 0.19
HSL 190.49º 0.99% 0.41% -
HSV(B) 190.49º 1% 0.81% -
XYZ 25.84 33.64 64.16 -
YUV 124.27 174.68 40.07 -
System Red Green Blue C M Y K H S L
Decimal 1 171 207 1.00 0.17 0 0.19 190.49 0.99 0.41
Hex 1 AB CF 64 11 0 13 BE 63 29
Octal 1 253 317 144 21 0 23 276 143 51
Binary 1 10101011 11001111 1100100 10001 0 10011 10111110 1100011 101001

Color Harmonies of #01ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABCF

Black with #01ABCF

Text Example


Text Example

White with #01ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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