Html Css Color HEX #06BBEC Deep Sky Blue

📋 copy color: '#06BBEC'

red 6 ◦ green 187 ◦ blue 236

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

Shades of Deep Sky Blue #06BBEC

Tints of Deep Sky Blue #06BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.59%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 1.4%
G = 43.59%
B = 55.01%

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

#06BBEC (or 0x06BBEC) is known color: Deep Sky Blue. HEX triplet: 06, BB and EC. RGB value is (6,187,236). Sum of RGB (Red+Green+Blue) = 6+187+236=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #06BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BBEC is #F94413. Grayscale: #8A8A8A. Windows color (decimal): -16335892 or 15514374. OLE color: 15514374.

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

Color convert

RGB 6 187 236 -
CMYK 0.97 0.21 0 0.07
HSL 192.78º 0.95% 0.47% -
HSV(B) 192.78º 0.97% 0.93% -
XYZ 32.99 41.64 85.65 -
YUV 138.47 183.03 33.52 -
System Red Green Blue C M Y K H S L
Decimal 6 187 236 0.97 0.21 0 0.07 192.78 0.95 0.47
Hex 6 BB EC 61 15 0 7 C1 5F 2F
Octal 6 273 354 141 25 0 7 301 137 57
Binary 110 10111011 11101100 1100001 10101 0 111 11000001 1011111 101111

Color Harmonies of #06BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBEC

Black with #06BBEC

Text Example


Text Example

White with #06BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,187,236); }

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

background-color css

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

 a { background-color: rgb(6,187,236); }

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

border-color css

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

 span { border-color: rgb(6,187,236); }

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