Html Css Color HEX #06A2EF Deep Sky Blue

📋 copy color: '#06A2EF'

red 6 ◦ green 162 ◦ blue 239

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

Shades of Deep Sky Blue #06A2EF

Tints of Deep Sky Blue #06A2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 1.47%
G = 39.8%
B = 58.72%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#06A2EF (or 0x06A2EF) is known color: Deep Sky Blue. HEX triplet: 06, A2 and EF. RGB value is (6,162,239). Sum of RGB (Red+Green+Blue) = 6+162+239=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #06A2EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A2EF is #F95D10. Grayscale: #7B7B7B. Windows color (decimal): -16342289 or 15704582. OLE color: 15704582.

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

Color convert

RGB 6 162 239 -
CMYK 0.97 0.32 0 0.06
HSL 199.83º 0.95% 0.48% -
HSV(B) 199.83º 0.97% 0.94% -
XYZ 28.58 32.11 86.35 -
YUV 124.13 192.82 43.74 -
System Red Green Blue C M Y K H S L
Decimal 6 162 239 0.97 0.32 0 0.06 199.83 0.95 0.48
Hex 6 A2 EF 61 20 0 6 C8 5F 30
Octal 6 242 357 141 40 0 6 310 137 60
Binary 110 10100010 11101111 1100001 100000 0 110 11001000 1011111 110000

Color Harmonies of #06A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A2EF

Black with #06A2EF

Text Example


Text Example

White with #06A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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