Html Css Color HEX #06BCED Deep Sky Blue

📋 copy color: '#06BCED'

red 6 ◦ green 188 ◦ blue 237

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

Shades of Deep Sky Blue #06BCED

Tints of Deep Sky Blue #06BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 1.39%
G = 43.62%
B = 54.99%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06BCED (or 0x06BCED) is known color: Deep Sky Blue. HEX triplet: 06, BC and ED. RGB value is (6,188,237). Sum of RGB (Red+Green+Blue) = 6+188+237=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #06BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BCED is #F94312. Grayscale: #8A8A8A. Windows color (decimal): -16335635 or 15580166. OLE color: 15580166.

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

Color convert

RGB 6 188 237 -
CMYK 0.97 0.21 0 0.07
HSL 192.73º 0.95% 0.48% -
HSV(B) 192.73º 0.97% 0.93% -
XYZ 33.34 42.12 86.49 -
YUV 139.17 183.2 33.02 -
System Red Green Blue C M Y K H S L
Decimal 6 188 237 0.97 0.21 0 0.07 192.73 0.95 0.48
Hex 6 BC ED 61 15 0 7 C1 5F 30
Octal 6 274 355 141 25 0 7 301 137 60
Binary 110 10111100 11101101 1100001 10101 0 111 11000001 1011111 110000

Color Harmonies of #06BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCED

Black with #06BCED

Text Example


Text Example

White with #06BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,188,237); }

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

background-color css

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

 a { background-color: rgb(6,188,237); }

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

border-color css

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

 span { border-color: rgb(6,188,237); }

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