Html Css Color HEX #00BADD Iris Blue

📋 copy color: '#00BADD'

red 0 ◦ green 186 ◦ blue 221

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

Shades of Iris Blue #00BADD

Tints of Iris Blue #00BADD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 45.7%
B = 54.3%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00BADD (or 0x00BADD) is known color: Iris Blue. HEX triplet: 00, BA and DD. RGB value is (0,186,221). Sum of RGB (Red+Green+Blue) = 0+186+221=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #00BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BADD is #FF4522. Grayscale: #868686. Windows color (decimal): -16729379 or 14531072. OLE color: 14531072.

HSL color Cylindrical-coordinate representation of color #00BADD: hue angle of 189.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BADD is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 186 221 -
CMYK 1 0.16 0 0.13
HSL 189.5º 1% 0.43% -
HSV(B) 189.5º 1% 0.87% -
XYZ 30.61 40.34 74.58 -
YUV 134.38 176.88 32.15 -
System Red Green Blue C M Y K H S L
Decimal 0 186 221 1 0.16 0 0.13 189.5 1 0.43
Hex 0 BA DD 64 10 0 D BE 64 2B
Octal 0 272 335 144 20 0 15 276 144 53
Binary 0 10111010 11011101 1100100 10000 0 1101 10111110 1100100 101011

Color Harmonies of #00BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BADD

Black with #00BADD

Text Example


Text Example

White with #00BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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