Html Css Color HEX #06A7FF Deep Sky Blue

📋 copy color: '#06A7FF'

red 6 ◦ green 167 ◦ blue 255

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

Shades of Deep Sky Blue #06A7FF

Tints of Deep Sky Blue #06A7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

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

R = 1.4%
G = 39.02%
B = 59.58%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06A7FF (or 0x06A7FF) is known color: Deep Sky Blue. HEX triplet: 06, A7 and FF. RGB value is (6,167,255). Sum of RGB (Red+Green+Blue) = 6+167+255=428 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #06A7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A7FF is #F95800. Grayscale: #808080. Windows color (decimal): -16340993 or 16754438. OLE color: 16754438.

HSL color Cylindrical-coordinate representation of color #06A7FF: hue angle of 201.2º 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 #06A7FF is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 167 255 -
CMYK 0.98 0.35 0 0
HSL 201.2º 1% 0.51% -
HSV(B) 201.2º 0.98% 1% -
XYZ 31.94 34.9 99.66 -
YUV 128.89 199.16 40.34 -
System Red Green Blue C M Y K H S L
Decimal 6 167 255 0.98 0.35 0 0 201.2 1 0.51
Hex 6 A7 FF 62 23 0 0 C9 64 33
Octal 6 247 377 142 43 0 0 311 144 63
Binary 110 10100111 11111111 1100010 100011 0 0 11001001 1100100 110011

Color Harmonies of #06A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A7FF

Black with #06A7FF

Text Example


Text Example

White with #06A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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