Html Css Color HEX #01B0DB Iris Blue

📋 copy color: '#01B0DB'

red 1 ◦ green 176 ◦ blue 219

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

Shades of Iris Blue #01B0DB

Tints of Iris Blue #01B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

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

R = 0.25%
G = 44.44%
B = 55.3%

CMYK

 C value IS 1.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01B0DB (or 0x01B0DB) is known color: Iris Blue. HEX triplet: 01, B0 and DB. RGB value is (1,176,219). Sum of RGB (Red+Green+Blue) = 1+176+219=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #01B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B0DB is #FE4F24. Grayscale: #808080. Windows color (decimal): -16666405 or 14397441. OLE color: 14397441.

HSL color Cylindrical-coordinate representation of color #01B0DB: hue angle of 191.83º 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 #01B0DB is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 176 219 -
CMYK 1.00 0.20 0 0.14
HSL 191.83º 0.99% 0.43% -
HSV(B) 191.83º 1% 0.86% -
XYZ 28.32 36.17 72.51 -
YUV 128.58 179.02 37 -
System Red Green Blue C M Y K H S L
Decimal 1 176 219 1.00 0.20 0 0.14 191.83 0.99 0.43
Hex 1 B0 DB 64 14 0 E C0 63 2B
Octal 1 260 333 144 24 0 16 300 143 53
Binary 1 10110000 11011011 1100100 10100 0 1110 11000000 1100011 101011

Color Harmonies of #01B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B0DB

Black with #01B0DB

Text Example


Text Example

White with #01B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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