Html Css Color HEX #06AFE6 Deep Sky Blue

📋 copy color: '#06AFE6'

red 6 ◦ green 175 ◦ blue 230

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

Shades of Deep Sky Blue #06AFE6

Tints of Deep Sky Blue #06AFE6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 1.46%
G = 42.58%
B = 55.96%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#06AFE6 (or 0x06AFE6) is known color: Deep Sky Blue. HEX triplet: 06, AF and E6. RGB value is (6,175,230). Sum of RGB (Red+Green+Blue) = 6+175+230=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #06AFE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AFE6 is #F95019. Grayscale: #828282. Windows color (decimal): -16338970 or 15118086. OLE color: 15118086.

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

Color convert

RGB 6 175 230 -
CMYK 0.97 0.24 0 0.10
HSL 194.73º 0.95% 0.46% -
HSV(B) 194.73º 0.97% 0.9% -
XYZ 29.69 36.41 80.33 -
YUV 130.74 184.01 39.03 -
System Red Green Blue C M Y K H S L
Decimal 6 175 230 0.97 0.24 0 0.10 194.73 0.95 0.46
Hex 6 AF E6 61 18 0 A C3 5F 2E
Octal 6 257 346 141 30 0 12 303 137 56
Binary 110 10101111 11100110 1100001 11000 0 1010 11000011 1011111 101110

Color Harmonies of #06AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFE6

Black with #06AFE6

Text Example


Text Example

White with #06AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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