Html Css Color HEX #06BBEB Deep Sky Blue

📋 copy color: '#06BBEB'

red 6 ◦ green 187 ◦ blue 235

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

Shades of Deep Sky Blue #06BBEB

Tints of Deep Sky Blue #06BBEB

RGB

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

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

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

R = 1.4%
G = 43.69%
B = 54.91%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06BBEB (or 0x06BBEB) is known color: Deep Sky Blue. HEX triplet: 06, BB and EB. RGB value is (6,187,235). Sum of RGB (Red+Green+Blue) = 6+187+235=428 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #06BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BBEB is #F94414. Grayscale: #898989. Windows color (decimal): -16335893 or 15448838. OLE color: 15448838.

HSL color Cylindrical-coordinate representation of color #06BBEB: hue angle of 192.58º 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 #06BBEB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 187 235 -
CMYK 0.97 0.20 0 0.08
HSL 192.58º 0.95% 0.47% -
HSV(B) 192.58º 0.97% 0.92% -
XYZ 32.84 41.58 84.89 -
YUV 138.35 182.53 33.6 -
System Red Green Blue C M Y K H S L
Decimal 6 187 235 0.97 0.20 0 0.08 192.58 0.95 0.47
Hex 6 BB EB 61 14 0 8 C1 5F 2F
Octal 6 273 353 141 24 0 10 301 137 57
Binary 110 10111011 11101011 1100001 10100 0 1000 11000001 1011111 101111

Color Harmonies of #06BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBEB

Black with #06BBEB

Text Example


Text Example

White with #06BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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