Html Css Color HEX #00BADE Iris Blue

📋 copy color: '#00BADE'

red 0 ◦ green 186 ◦ blue 222

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

Shades of Iris Blue #00BADE

Tints of Iris Blue #00BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 0%
G = 45.59%
B = 54.41%

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

#00BADE (or 0x00BADE) is known color: Iris Blue. HEX triplet: 00, BA and DE. RGB value is (0,186,222). Sum of RGB (Red+Green+Blue) = 0+186+222=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #00BADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BADE is #FF4521. Grayscale: #868686. Windows color (decimal): -16729378 or 14596608. OLE color: 14596608.

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

Color convert

RGB 0 186 222 -
CMYK 1 0.16 0 0.13
HSL 189.73º 1% 0.44% -
HSV(B) 189.73º 1% 0.87% -
XYZ 30.74 40.39 75.28 -
YUV 134.49 177.38 32.07 -
System Red Green Blue C M Y K H S L
Decimal 0 186 222 1 0.16 0 0.13 189.73 1 0.44
Hex 0 BA DE 64 10 0 D BE 64 2C
Octal 0 272 336 144 20 0 15 276 144 54
Binary 0 10111010 11011110 1100100 10000 0 1101 10111110 1100100 101100

Color Harmonies of #00BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BADE

Black with #00BADE

Text Example


Text Example

White with #00BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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