Html Css Color HEX #06A8F8 Deep Sky Blue

📋 copy color: '#06A8F8'

red 6 ◦ green 168 ◦ blue 248

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

Shades of Deep Sky Blue #06A8F8

Tints of Deep Sky Blue #06A8F8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 248 (97.27% from 255) = 58.77%

R = 1.42%
G = 39.81%
B = 58.77%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#06A8F8 (or 0x06A8F8) is known color: Deep Sky Blue. HEX triplet: 06, A8 and F8. RGB value is (6,168,248). Sum of RGB (Red+Green+Blue) = 6+168+248=422 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #06A8F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8F8 is #F95707. Grayscale: #808080. Windows color (decimal): -16340744 or 16295942. OLE color: 16295942.

HSL color Cylindrical-coordinate representation of color #06A8F8: hue angle of 199.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A8F8 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 6 168 248 -
CMYK 0.98 0.32 0 0.03
HSL 199.83º 0.95% 0.5% -
HSV(B) 199.83º 0.98% 0.97% -
XYZ 31.02 34.82 93.89 -
YUV 128.68 195.33 40.5 -
System Red Green Blue C M Y K H S L
Decimal 6 168 248 0.98 0.32 0 0.03 199.83 0.95 0.5
Hex 6 A8 F8 62 20 0 3 C8 5F 32
Octal 6 250 370 142 40 0 3 310 137 62
Binary 110 10101000 11111000 1100010 100000 0 11 11001000 1011111 110010

Color Harmonies of #06A8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A8F8

Black with #06A8F8

Text Example


Text Example

White with #06A8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,168,248); }

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

background-color css

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

 a { background-color: rgb(6,168,248); }

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

border-color css

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

 span { border-color: rgb(6,168,248); }

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