Html Css Color HEX #06C7FC Deep Sky Blue

📋 copy color: '#06C7FC'

red 6 ◦ green 199 ◦ blue 252

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

Shades of Deep Sky Blue #06C7FC

Tints of Deep Sky Blue #06C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 1.31%
G = 43.54%
B = 55.14%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06C7FC (or 0x06C7FC) is known color: Deep Sky Blue. HEX triplet: 06, C7 and FC. RGB value is (6,199,252). Sum of RGB (Red+Green+Blue) = 6+199+252=457 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #06C7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C7FC is #F93803. Grayscale: #929292. Windows color (decimal): -16332804 or 16566022. OLE color: 16566022.

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

Color convert

RGB 6 199 252 -
CMYK 0.98 0.21 0 0.01
HSL 192.93º 0.98% 0.51% -
HSV(B) 192.93º 0.98% 0.99% -
XYZ 38.07 47.91 99.34 -
YUV 147.34 187.06 27.19 -
System Red Green Blue C M Y K H S L
Decimal 6 199 252 0.98 0.21 0 0.01 192.93 0.98 0.51
Hex 6 C7 FC 62 15 0 1 C1 62 33
Octal 6 307 374 142 25 0 1 301 142 63
Binary 110 11000111 11111100 1100010 10101 0 1 11000001 1100010 110011

Color Harmonies of #06C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C7FC

Black with #06C7FC

Text Example


Text Example

White with #06C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,199,252); }

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

background-color css

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

 a { background-color: rgb(6,199,252); }

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

border-color css

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

 span { border-color: rgb(6,199,252); }

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