Html Css Color HEX #06BCE6 Deep Sky Blue

📋 copy color: '#06BCE6'

red 6 ◦ green 188 ◦ blue 230

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

Shades of Deep Sky Blue #06BCE6

Tints of Deep Sky Blue #06BCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 1.42%
G = 44.34%
B = 54.25%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#06BCE6 (or 0x06BCE6) is known color: Deep Sky Blue. HEX triplet: 06, BC and E6. RGB value is (6,188,230). Sum of RGB (Red+Green+Blue) = 6+188+230=424 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #06BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BCE6 is #F94319. Grayscale: #8A8A8A. Windows color (decimal): -16335642 or 15121414. OLE color: 15121414.

HSL color Cylindrical-coordinate representation of color #06BCE6: hue angle of 191.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCE6 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 188 230 -
CMYK 0.97 0.18 0 0.10
HSL 191.25º 0.95% 0.46% -
HSV(B) 191.25º 0.97% 0.9% -
XYZ 32.34 41.72 81.21 -
YUV 138.37 179.7 33.58 -
System Red Green Blue C M Y K H S L
Decimal 6 188 230 0.97 0.18 0 0.10 191.25 0.95 0.46
Hex 6 BC E6 61 12 0 A BF 5F 2E
Octal 6 274 346 141 22 0 12 277 137 56
Binary 110 10111100 11100110 1100001 10010 0 1010 10111111 1011111 101110

Color Harmonies of #06BCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCE6

Black with #06BCE6

Text Example


Text Example

White with #06BCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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