Html Css Color HEX #06C5FD Deep Sky Blue

📋 copy color: '#06C5FD'

red 6 ◦ green 197 ◦ blue 253

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

Shades of Deep Sky Blue #06C5FD

Tints of Deep Sky Blue #06C5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.2%

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 1.32%
G = 43.2%
B = 55.48%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06C5FD (or 0x06C5FD) is known color: Deep Sky Blue. HEX triplet: 06, C5 and FD. RGB value is (6,197,253). Sum of RGB (Red+Green+Blue) = 6+197+253=456 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #06C5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C5FD is #F93A02. Grayscale: #919191. Windows color (decimal): -16333315 or 16631046. OLE color: 16631046.

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

Color convert

RGB 6 197 253 -
CMYK 0.98 0.22 0 0.01
HSL 193.6º 0.98% 0.51% -
HSV(B) 193.6º 0.98% 0.99% -
XYZ 37.77 47.06 100.02 -
YUV 146.28 188.22 27.95 -
System Red Green Blue C M Y K H S L
Decimal 6 197 253 0.98 0.22 0 0.01 193.6 0.98 0.51
Hex 6 C5 FD 62 16 0 1 C2 62 33
Octal 6 305 375 142 26 0 1 302 142 63
Binary 110 11000101 11111101 1100010 10110 0 1 11000010 1100010 110011

Color Harmonies of #06C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C5FD

Black with #06C5FD

Text Example


Text Example

White with #06C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,197,253); }

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

background-color css

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

 a { background-color: rgb(6,197,253); }

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

border-color css

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

 span { border-color: rgb(6,197,253); }

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