Html Css Color HEX #01B0DD Iris Blue

📋 copy color: '#01B0DD'

red 1 ◦ green 176 ◦ blue 221

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

Shades of Iris Blue #01B0DD

Tints of Iris Blue #01B0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 0.25%
G = 44.22%
B = 55.53%

CMYK

 C value IS 1.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01B0DD (or 0x01B0DD) is known color: Iris Blue. HEX triplet: 01, B0 and DD. RGB value is (1,176,221). Sum of RGB (Red+Green+Blue) = 1+176+221=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #01B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B0DD is #FE4F22. Grayscale: #808080. Windows color (decimal): -16666403 or 14528513. OLE color: 14528513.

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

Color convert

RGB 1 176 221 -
CMYK 1.00 0.20 0 0.13
HSL 192.27º 0.99% 0.44% -
HSV(B) 192.27º 1% 0.87% -
XYZ 28.59 36.28 73.9 -
YUV 128.81 180.02 36.84 -
System Red Green Blue C M Y K H S L
Decimal 1 176 221 1.00 0.20 0 0.13 192.27 0.99 0.44
Hex 1 B0 DD 64 14 0 D C0 63 2C
Octal 1 260 335 144 24 0 15 300 143 54
Binary 1 10110000 11011101 1100100 10100 0 1101 11000000 1100011 101100

Color Harmonies of #01B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B0DD

Black with #01B0DD

Text Example


Text Example

White with #01B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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