Html Css Color HEX #00BEEB Deep Sky Blue

📋 copy color: '#00BEEB'

red 0 ◦ green 190 ◦ blue 235

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

Shades of Deep Sky Blue #00BEEB

Tints of Deep Sky Blue #00BEEB

RGB

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

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

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

R = 0%
G = 44.71%
B = 55.29%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00BEEB (or 0x00BEEB) is known color: Deep Sky Blue. HEX triplet: 00, BE and EB. RGB value is (0,190,235). Sum of RGB (Red+Green+Blue) = 0+190+235=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #00BEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEEB is #FF4114. Grayscale: #898989. Windows color (decimal): -16728341 or 15449600. OLE color: 15449600.

HSL color Cylindrical-coordinate representation of color #00BEEB: hue angle of 191.49º 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 #00BEEB is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 190 235 -
CMYK 1 0.19 0 0.08
HSL 191.49º 1% 0.46% -
HSV(B) 191.49º 1% 0.92% -
XYZ 33.41 42.83 85.1 -
YUV 138.32 182.55 29.34 -
System Red Green Blue C M Y K H S L
Decimal 0 190 235 1 0.19 0 0.08 191.49 1 0.46
Hex 0 BE EB 64 13 0 8 BF 64 2E
Octal 0 276 353 144 23 0 10 277 144 56
Binary 0 10111110 11101011 1100100 10011 0 1000 10111111 1100100 101110

Color Harmonies of #00BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEEB

Black with #00BEEB

Text Example


Text Example

White with #00BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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