Html Css Color HEX #06C2EC Deep Sky Blue

📋 copy color: '#06C2EC'

red 6 ◦ green 194 ◦ blue 236

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

Shades of Deep Sky Blue #06C2EC

Tints of Deep Sky Blue #06C2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.5%

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

R = 1.38%
G = 44.5%
B = 54.13%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06C2EC (or 0x06C2EC) is known color: Deep Sky Blue. HEX triplet: 06, C2 and EC. RGB value is (6,194,236). Sum of RGB (Red+Green+Blue) = 6+194+236=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #06C2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C2EC is #F93D13. Grayscale: #8E8E8E. Windows color (decimal): -16334100 or 15516166. OLE color: 15516166.

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

Color convert

RGB 6 194 236 -
CMYK 0.97 0.18 0 0.07
HSL 190.96º 0.95% 0.47% -
HSV(B) 190.96º 0.97% 0.93% -
XYZ 34.51 44.68 86.16 -
YUV 142.58 180.72 30.58 -
System Red Green Blue C M Y K H S L
Decimal 6 194 236 0.97 0.18 0 0.07 190.96 0.95 0.47
Hex 6 C2 EC 61 12 0 7 BF 5F 2F
Octal 6 302 354 141 22 0 7 277 137 57
Binary 110 11000010 11101100 1100001 10010 0 111 10111111 1011111 101111

Color Harmonies of #06C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C2EC

Black with #06C2EC

Text Example


Text Example

White with #06C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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