Html Css Color HEX #06BBED Deep Sky Blue

📋 copy color: '#06BBED'

red 6 ◦ green 187 ◦ blue 237

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

Shades of Deep Sky Blue #06BBED

Tints of Deep Sky Blue #06BBED

RGB

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

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

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

R = 1.4%
G = 43.49%
B = 55.12%

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

#06BBED (or 0x06BBED) is known color: Deep Sky Blue. HEX triplet: 06, BB and ED. RGB value is (6,187,237). Sum of RGB (Red+Green+Blue) = 6+187+237=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #06BBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BBED is #F94412. Grayscale: #8A8A8A. Windows color (decimal): -16335891 or 15579910. OLE color: 15579910.

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

Color convert

RGB 6 187 237 -
CMYK 0.97 0.21 0 0.07
HSL 192.99º 0.95% 0.48% -
HSV(B) 192.99º 0.97% 0.93% -
XYZ 33.13 41.69 86.42 -
YUV 138.58 183.53 33.43 -
System Red Green Blue C M Y K H S L
Decimal 6 187 237 0.97 0.21 0 0.07 192.99 0.95 0.48
Hex 6 BB ED 61 15 0 7 C1 5F 30
Octal 6 273 355 141 25 0 7 301 137 60
Binary 110 10111011 11101101 1100001 10101 0 111 11000001 1011111 110000

Color Harmonies of #06BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBED

Black with #06BBED

Text Example


Text Example

White with #06BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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