Html Css Color HEX #06BEEF Deep Sky Blue

📋 copy color: '#06BEEF'

red 6 ◦ green 190 ◦ blue 239

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

Shades of Deep Sky Blue #06BEEF

Tints of Deep Sky Blue #06BEEF

RGB

 RED value IS 6 (2.73% from 255) = 1.38%

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 1.38%
G = 43.68%
B = 54.94%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#06BEEF (or 0x06BEEF) is known color: Deep Sky Blue. HEX triplet: 06, BE and EF. RGB value is (6,190,239). Sum of RGB (Red+Green+Blue) = 6+190+239=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #06BEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BEEF is #F94110. Grayscale: #8C8C8C. Windows color (decimal): -16335121 or 15711750. OLE color: 15711750.

HSL color Cylindrical-coordinate representation of color #06BEEF: hue angle of 192.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BEEF is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 190 239 -
CMYK 0.97 0.21 0 0.06
HSL 192.62º 0.95% 0.48% -
HSV(B) 192.62º 0.97% 0.94% -
XYZ 34.07 43.1 88.18 -
YUV 140.57 183.54 32.02 -
System Red Green Blue C M Y K H S L
Decimal 6 190 239 0.97 0.21 0 0.06 192.62 0.95 0.48
Hex 6 BE EF 61 15 0 6 C1 5F 30
Octal 6 276 357 141 25 0 6 301 137 60
Binary 110 10111110 11101111 1100001 10101 0 110 11000001 1011111 110000

Color Harmonies of #06BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BEEF

Black with #06BEEF

Text Example


Text Example

White with #06BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BEEF; }

 p { color: rgb(6,190,239); }

 H1.HeaderClassName
 {
   color: #06BEEF;
 }
 .AnyTagClassName
 {
   color: #06BEEF;
 }
</style>

background-color css

<style>
 a { background-color: #06BEEF; }

 a { background-color: rgb(6,190,239); }

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

border-color css

<style>
 span { border-color: #06BEEF; }

 span { border-color: rgb(6,190,239); }

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