Html Css Color HEX #00BEE6 Deep Sky Blue

📋 copy color: '#00BEE6'

red 0 ◦ green 190 ◦ blue 230

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

Shades of Deep Sky Blue #00BEE6

Tints of Deep Sky Blue #00BEE6

RGB

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

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

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

R = 0%
G = 45.24%
B = 54.76%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#00BEE6 (or 0x00BEE6) is known color: Deep Sky Blue. HEX triplet: 00, BE and E6. RGB value is (0,190,230). Sum of RGB (Red+Green+Blue) = 0+190+230=420 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #00BEE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEE6 is #FF4119. Grayscale: #898989. Windows color (decimal): -16728346 or 15121920. OLE color: 15121920.

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

Color convert

RGB 0 190 230 -
CMYK 1 0.17 0 0.10
HSL 190.43º 1% 0.45% -
HSV(B) 190.43º 1% 0.9% -
XYZ 32.7 42.54 81.35 -
YUV 137.75 180.05 29.75 -
System Red Green Blue C M Y K H S L
Decimal 0 190 230 1 0.17 0 0.10 190.43 1 0.45
Hex 0 BE E6 64 11 0 A BE 64 2D
Octal 0 276 346 144 21 0 12 276 144 55
Binary 0 10111110 11100110 1100100 10001 0 1010 10111110 1100100 101101

Color Harmonies of #00BEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEE6

Black with #00BEE6

Text Example


Text Example

White with #00BEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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