Html Css Color HEX #01B1DB Iris Blue

📋 copy color: '#01B1DB'

red 1 ◦ green 177 ◦ blue 219

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

Shades of Iris Blue #01B1DB

Tints of Iris Blue #01B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

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

R = 0.25%
G = 44.58%
B = 55.16%

CMYK

 C value IS 1.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01B1DB (or 0x01B1DB) is known color: Iris Blue. HEX triplet: 01, B1 and DB. RGB value is (1,177,219). Sum of RGB (Red+Green+Blue) = 1+177+219=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #01B1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B1DB is #FE4E24. Grayscale: #808080. Windows color (decimal): -16666149 or 14397697. OLE color: 14397697.

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

Color convert

RGB 1 177 219 -
CMYK 1.00 0.19 0 0.14
HSL 191.56º 0.99% 0.43% -
HSV(B) 191.56º 1% 0.86% -
XYZ 28.52 36.57 72.57 -
YUV 129.16 178.69 36.58 -
System Red Green Blue C M Y K H S L
Decimal 1 177 219 1.00 0.19 0 0.14 191.56 0.99 0.43
Hex 1 B1 DB 64 13 0 E C0 63 2B
Octal 1 261 333 144 23 0 16 300 143 53
Binary 1 10110001 11011011 1100100 10011 0 1110 11000000 1100011 101011

Color Harmonies of #01B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B1DB

Black with #01B1DB

Text Example


Text Example

White with #01B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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