Html Css Color HEX #01ABDF Iris Blue

📋 copy color: '#01ABDF'

red 1 ◦ green 171 ◦ blue 223

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

Shades of Iris Blue #01ABDF

Tints of Iris Blue #01ABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 0.25%
G = 43.29%
B = 56.46%

CMYK

 C value IS 1.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01ABDF (or 0x01ABDF) is known color: Iris Blue. HEX triplet: 01, AB and DF. RGB value is (1,171,223). Sum of RGB (Red+Green+Blue) = 1+171+223=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #01ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABDF is #FE5420. Grayscale: #7D7D7D. Windows color (decimal): -16667681 or 14658305. OLE color: 14658305.

HSL color Cylindrical-coordinate representation of color #01ABDF: hue angle of 194.05º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABDF is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 171 223 -
CMYK 1.00 0.23 0 0.13
HSL 194.05º 0.99% 0.44% -
HSV(B) 194.05º 1% 0.87% -
XYZ 27.89 34.46 74.99 -
YUV 126.1 182.68 38.77 -
System Red Green Blue C M Y K H S L
Decimal 1 171 223 1.00 0.23 0 0.13 194.05 0.99 0.44
Hex 1 AB DF 64 17 0 D C2 63 2C
Octal 1 253 337 144 27 0 15 302 143 54
Binary 1 10101011 11011111 1100100 10111 0 1101 11000010 1100011 101100

Color Harmonies of #01ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABDF

Black with #01ABDF

Text Example


Text Example

White with #01ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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