Html Css Color HEX #01BADD Iris Blue

📋 copy color: '#01BADD'

red 1 ◦ green 186 ◦ blue 221

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

Shades of Iris Blue #01BADD

Tints of Iris Blue #01BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.59%

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

R = 0.25%
G = 45.59%
B = 54.17%

CMYK

 C value IS 1.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01BADD (or 0x01BADD) is known color: Iris Blue. HEX triplet: 01, BA and DD. RGB value is (1,186,221). Sum of RGB (Red+Green+Blue) = 1+186+221=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #01BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BADD is #FE4522. Grayscale: #868686. Windows color (decimal): -16663843 or 14531073. OLE color: 14531073.

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

Color convert

RGB 1 186 221 -
CMYK 1.00 0.16 0 0.13
HSL 189.55º 0.99% 0.44% -
HSV(B) 189.55º 1% 0.87% -
XYZ 30.62 40.34 74.58 -
YUV 134.68 176.71 32.65 -
System Red Green Blue C M Y K H S L
Decimal 1 186 221 1.00 0.16 0 0.13 189.55 0.99 0.44
Hex 1 BA DD 64 10 0 D BE 63 2C
Octal 1 272 335 144 20 0 15 276 143 54
Binary 1 10111010 11011101 1100100 10000 0 1101 10111110 1100011 101100

Color Harmonies of #01BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BADD

Black with #01BADD

Text Example


Text Example

White with #01BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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