Html Css Color HEX #00BEED Deep Sky Blue

📋 copy color: '#00BEED'

red 0 ◦ green 190 ◦ blue 237

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

Shades of Deep Sky Blue #00BEED

Tints of Deep Sky Blue #00BEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 0%
G = 44.5%
B = 55.5%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00BEED (or 0x00BEED) is known color: Deep Sky Blue. HEX triplet: 00, BE and ED. RGB value is (0,190,237). Sum of RGB (Red+Green+Blue) = 0+190+237=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #00BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEED is #FF4112. Grayscale: #8A8A8A. Windows color (decimal): -16728339 or 15580672. OLE color: 15580672.

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

Color convert

RGB 0 190 237 -
CMYK 1 0.20 0 0.07
HSL 191.9º 1% 0.46% -
HSV(B) 191.9º 1% 0.93% -
XYZ 33.7 42.94 86.63 -
YUV 138.55 183.55 29.18 -
System Red Green Blue C M Y K H S L
Decimal 0 190 237 1 0.20 0 0.07 191.9 1 0.46
Hex 0 BE ED 64 14 0 7 C0 64 2E
Octal 0 276 355 144 24 0 7 300 144 56
Binary 0 10111110 11101101 1100100 10100 0 111 11000000 1100100 101110

Color Harmonies of #00BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEED

Black with #00BEED

Text Example


Text Example

White with #00BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,190,237); }

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

background-color css

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

 a { background-color: rgb(0,190,237); }

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

border-color css

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

 span { border-color: rgb(0,190,237); }

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