Html Css Color HEX #06C5EF Deep Sky Blue

📋 copy color: '#06C5EF'

red 6 ◦ green 197 ◦ blue 239

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

Shades of Deep Sky Blue #06C5EF

Tints of Deep Sky Blue #06C5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 1.36%
G = 44.57%
B = 54.07%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#06C5EF (or 0x06C5EF) is known color: Deep Sky Blue. HEX triplet: 06, C5 and EF. RGB value is (6,197,239). Sum of RGB (Red+Green+Blue) = 6+197+239=442 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #06C5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C5EF is #F93A10. Grayscale: #909090. Windows color (decimal): -16333329 or 15713542. OLE color: 15713542.

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

Color convert

RGB 6 197 239 -
CMYK 0.97 0.18 0 0.06
HSL 190.82º 0.95% 0.48% -
HSV(B) 190.82º 0.97% 0.94% -
XYZ 35.62 46.2 88.7 -
YUV 144.68 181.22 29.08 -
System Red Green Blue C M Y K H S L
Decimal 6 197 239 0.97 0.18 0 0.06 190.82 0.95 0.48
Hex 6 C5 EF 61 12 0 6 BF 5F 30
Octal 6 305 357 141 22 0 6 277 137 60
Binary 110 11000101 11101111 1100001 10010 0 110 10111111 1011111 110000

Color Harmonies of #06C5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C5EF

Black with #06C5EF

Text Example


Text Example

White with #06C5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,197,239); }

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

background-color css

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

 a { background-color: rgb(6,197,239); }

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

border-color css

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

 span { border-color: rgb(6,197,239); }

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