Html Css Color HEX #06AFFF Deep Sky Blue

📋 copy color: '#06AFFF'

red 6 ◦ green 175 ◦ blue 255

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

Shades of Deep Sky Blue #06AFFF

Tints of Deep Sky Blue #06AFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 1.38%
G = 40.14%
B = 58.49%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06AFFF (or 0x06AFFF) is known color: Deep Sky Blue. HEX triplet: 06, AF and FF. RGB value is (6,175,255). Sum of RGB (Red+Green+Blue) = 6+175+255=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #06AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AFFF is #F95000. Grayscale: #858585. Windows color (decimal): -16338945 or 16756486. OLE color: 16756486.

HSL color Cylindrical-coordinate representation of color #06AFFF: hue angle of 199.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06AFFF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 175 255 -
CMYK 0.98 0.31 0 0
HSL 199.28º 1% 0.51% -
HSV(B) 199.28º 0.98% 1% -
XYZ 33.46 37.92 100.16 -
YUV 133.59 196.51 37 -
System Red Green Blue C M Y K H S L
Decimal 6 175 255 0.98 0.31 0 0 199.28 1 0.51
Hex 6 AF FF 62 1F 0 0 C7 64 33
Octal 6 257 377 142 37 0 0 307 144 63
Binary 110 10101111 11111111 1100010 11111 0 0 11000111 1100100 110011

Color Harmonies of #06AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFFF

Black with #06AFFF

Text Example


Text Example

White with #06AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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