Html Css Color HEX #01A8DB Iris Blue

📋 copy color: '#01A8DB'

red 1 ◦ green 168 ◦ blue 219

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

Shades of Iris Blue #01A8DB

Tints of Iris Blue #01A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.3%

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 0.26%
G = 43.3%
B = 56.44%

CMYK

 C value IS 1.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01A8DB (or 0x01A8DB) is known color: Iris Blue. HEX triplet: 01, A8 and DB. RGB value is (1,168,219). Sum of RGB (Red+Green+Blue) = 1+168+219=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #01A8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8DB is #FE5724. Grayscale: #7B7B7B. Windows color (decimal): -16668453 or 14395393. OLE color: 14395393.

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

Color convert

RGB 1 168 219 -
CMYK 1.00 0.23 0 0.14
HSL 194.04º 0.99% 0.43% -
HSV(B) 194.04º 1% 0.86% -
XYZ 26.8 33.13 72 -
YUV 123.88 181.67 40.35 -
System Red Green Blue C M Y K H S L
Decimal 1 168 219 1.00 0.23 0 0.14 194.04 0.99 0.43
Hex 1 A8 DB 64 17 0 E C2 63 2B
Octal 1 250 333 144 27 0 16 302 143 53
Binary 1 10101000 11011011 1100100 10111 0 1110 11000010 1100011 101011

Color Harmonies of #01A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A8DB

Black with #01A8DB

Text Example


Text Example

White with #01A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,168,219); }

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

background-color css

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

 a { background-color: rgb(1,168,219); }

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

border-color css

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

 span { border-color: rgb(1,168,219); }

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