Html Css Color HEX #00BADC Iris Blue

📋 copy color: '#00BADC'

red 0 ◦ green 186 ◦ blue 220

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

Shades of Iris Blue #00BADC

Tints of Iris Blue #00BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 0%
G = 45.81%
B = 54.19%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00BADC (or 0x00BADC) is known color: Iris Blue. HEX triplet: 00, BA and DC. RGB value is (0,186,220). Sum of RGB (Red+Green+Blue) = 0+186+220=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #00BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BADC is #FF4523. Grayscale: #858585. Windows color (decimal): -16729380 or 14465536. OLE color: 14465536.

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

Color convert

RGB 0 186 220 -
CMYK 1 0.15 0 0.14
HSL 189.27º 1% 0.43% -
HSV(B) 189.27º 1% 0.86% -
XYZ 30.48 40.29 73.88 -
YUV 134.26 176.38 32.24 -
System Red Green Blue C M Y K H S L
Decimal 0 186 220 1 0.15 0 0.14 189.27 1 0.43
Hex 0 BA DC 64 F 0 E BD 64 2B
Octal 0 272 334 144 17 0 16 275 144 53
Binary 0 10111010 11011100 1100100 1111 0 1110 10111101 1100100 101011

Color Harmonies of #00BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BADC

Black with #00BADC

Text Example


Text Example

White with #00BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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