Html Css Color HEX #06C5FF Deep Sky Blue

📋 copy color: '#06C5FF'

red 6 ◦ green 197 ◦ blue 255

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

Shades of Deep Sky Blue #06C5FF

Tints of Deep Sky Blue #06C5FF

RGB

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

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

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

R = 1.31%
G = 43.01%
B = 55.68%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06C5FF (or 0x06C5FF) is known color: Deep Sky Blue. HEX triplet: 06, C5 and FF. RGB value is (6,197,255). Sum of RGB (Red+Green+Blue) = 6+197+255=458 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #06C5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C5FF is #F93A00. Grayscale: #929292. Windows color (decimal): -16333313 or 16762118. OLE color: 16762118.

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

Color convert

RGB 6 197 255 -
CMYK 0.98 0.23 0 0
HSL 193.98º 1% 0.51% -
HSV(B) 193.98º 0.98% 1% -
XYZ 38.09 47.19 101.71 -
YUV 146.5 189.22 27.78 -
System Red Green Blue C M Y K H S L
Decimal 6 197 255 0.98 0.23 0 0 193.98 1 0.51
Hex 6 C5 FF 62 17 0 0 C2 64 33
Octal 6 305 377 142 27 0 0 302 144 63
Binary 110 11000101 11111111 1100010 10111 0 0 11000010 1100100 110011

Color Harmonies of #06C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C5FF

Black with #06C5FF

Text Example


Text Example

White with #06C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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