Html Css Color HEX #06BCEB Deep Sky Blue

📋 copy color: '#06BCEB'

red 6 ◦ green 188 ◦ blue 235

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

Shades of Deep Sky Blue #06BCEB

Tints of Deep Sky Blue #06BCEB

RGB

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

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

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

R = 1.4%
G = 43.82%
B = 54.78%

CMYK

 C value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06BCEB (or 0x06BCEB) is known color: Deep Sky Blue. HEX triplet: 06, BC and EB. RGB value is (6,188,235). Sum of RGB (Red+Green+Blue) = 6+188+235=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #06BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BCEB is #F94314. Grayscale: #8A8A8A. Windows color (decimal): -16335637 or 15449094. OLE color: 15449094.

HSL color Cylindrical-coordinate representation of color #06BCEB: hue angle of 192.31º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCEB is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 188 235 -
CMYK 0.97 0.2 0 0.08
HSL 192.31º 0.95% 0.47% -
HSV(B) 192.31º 0.97% 0.92% -
XYZ 33.05 42 84.96 -
YUV 138.94 182.2 33.18 -
System Red Green Blue C M Y K H S L
Decimal 6 188 235 0.97 0.2 0 0.08 192.31 0.95 0.47
Hex 6 BC EB 61 14 0 8 C0 5F 2F
Octal 6 274 353 141 24 0 10 300 137 57
Binary 110 10111100 11101011 1100001 10100 0 1000 11000000 1011111 101111

Color Harmonies of #06BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCEB

Black with #06BCEB

Text Example


Text Example

White with #06BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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