Html Css Color HEX #00BEEA Deep Sky Blue

📋 copy color: '#00BEEA'

red 0 ◦ green 190 ◦ blue 234

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

Shades of Deep Sky Blue #00BEEA

Tints of Deep Sky Blue #00BEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 0%
G = 44.81%
B = 55.19%

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

#00BEEA (or 0x00BEEA) is known color: Deep Sky Blue. HEX triplet: 00, BE and EA. RGB value is (0,190,234). Sum of RGB (Red+Green+Blue) = 0+190+234=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #00BEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEEA is #FF4115. Grayscale: #898989. Windows color (decimal): -16728342 or 15384064. OLE color: 15384064.

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

Color convert

RGB 0 190 234 -
CMYK 1 0.19 0 0.08
HSL 191.28º 1% 0.46% -
HSV(B) 191.28º 1% 0.92% -
XYZ 33.26 42.77 84.34 -
YUV 138.21 182.05 29.42 -
System Red Green Blue C M Y K H S L
Decimal 0 190 234 1 0.19 0 0.08 191.28 1 0.46
Hex 0 BE EA 64 13 0 8 BF 64 2E
Octal 0 276 352 144 23 0 10 277 144 56
Binary 0 10111110 11101010 1100100 10011 0 1000 10111111 1100100 101110

Color Harmonies of #00BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEEA

Black with #00BEEA

Text Example


Text Example

White with #00BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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