Html Css Color HEX #00BDE6 Deep Sky Blue

📋 copy color: '#00BDE6'

red 0 ◦ green 189 ◦ blue 230

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

Shades of Deep Sky Blue #00BDE6

Tints of Deep Sky Blue #00BDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 230 (90.23% from 255) = 54.89%

R = 0%
G = 45.11%
B = 54.89%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#00BDE6 (or 0x00BDE6) is known color: Deep Sky Blue. HEX triplet: 00, BD and E6. RGB value is (0,189,230). Sum of RGB (Red+Green+Blue) = 0+189+230=419 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #00BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BDE6 is #FF4219. Grayscale: #888888. Windows color (decimal): -16728602 or 15121664. OLE color: 15121664.

HSL color Cylindrical-coordinate representation of color #00BDE6: hue angle of 190.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDE6 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 189 230 -
CMYK 1 0.18 0 0.10
HSL 190.7º 1% 0.45% -
HSV(B) 190.7º 1% 0.9% -
XYZ 32.48 42.11 81.28 -
YUV 137.16 180.38 30.17 -
System Red Green Blue C M Y K H S L
Decimal 0 189 230 1 0.18 0 0.10 190.7 1 0.45
Hex 0 BD E6 64 12 0 A BF 64 2D
Octal 0 275 346 144 22 0 12 277 144 55
Binary 0 10111101 11100110 1100100 10010 0 1010 10111111 1100100 101101

Color Harmonies of #00BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDE6

Black with #00BDE6

Text Example


Text Example

White with #00BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,189,230); }

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

background-color css

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

 a { background-color: rgb(0,189,230); }

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

border-color css

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

 span { border-color: rgb(0,189,230); }

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