Html Css Color HEX #00BDEB Deep Sky Blue

📋 copy color: '#00BDEB'

red 0 ◦ green 189 ◦ blue 235

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

Shades of Deep Sky Blue #00BDEB

Tints of Deep Sky Blue #00BDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 0%
G = 44.58%
B = 55.42%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00BDEB (or 0x00BDEB) is known color: Deep Sky Blue. HEX triplet: 00, BD and EB. RGB value is (0,189,235). Sum of RGB (Red+Green+Blue) = 0+189+235=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #00BDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BDEB is #FF4214. Grayscale: #898989. Windows color (decimal): -16728597 or 15449344. OLE color: 15449344.

HSL color Cylindrical-coordinate representation of color #00BDEB: hue angle of 191.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDEB is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 189 235 -
CMYK 1 0.20 0 0.08
HSL 191.74º 1% 0.46% -
HSV(B) 191.74º 1% 0.92% -
XYZ 33.19 42.39 85.03 -
YUV 137.73 182.88 29.76 -
System Red Green Blue C M Y K H S L
Decimal 0 189 235 1 0.20 0 0.08 191.74 1 0.46
Hex 0 BD EB 64 14 0 8 C0 64 2E
Octal 0 275 353 144 24 0 10 300 144 56
Binary 0 10111101 11101011 1100100 10100 0 1000 11000000 1100100 101110

Color Harmonies of #00BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDEB

Black with #00BDEB

Text Example


Text Example

White with #00BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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