Html Css Color HEX #06C5F9 Deep Sky Blue

📋 copy color: '#06C5F9'

red 6 ◦ green 197 ◦ blue 249

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

Shades of Deep Sky Blue #06C5F9

Tints of Deep Sky Blue #06C5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.09%

R = 1.33%
G = 43.58%
B = 55.09%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#06C5F9 (or 0x06C5F9) is known color: Deep Sky Blue. HEX triplet: 06, C5 and F9. RGB value is (6,197,249). Sum of RGB (Red+Green+Blue) = 6+197+249=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #06C5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C5F9 is #F93A06. Grayscale: #919191. Windows color (decimal): -16333319 or 16368902. OLE color: 16368902.

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

Color convert

RGB 6 197 249 -
CMYK 0.98 0.21 0 0.02
HSL 192.84º 0.95% 0.5% -
HSV(B) 192.84º 0.98% 0.98% -
XYZ 37.14 46.81 96.7 -
YUV 145.82 186.22 28.27 -
System Red Green Blue C M Y K H S L
Decimal 6 197 249 0.98 0.21 0 0.02 192.84 0.95 0.5
Hex 6 C5 F9 62 15 0 2 C1 5F 32
Octal 6 305 371 142 25 0 2 301 137 62
Binary 110 11000101 11111001 1100010 10101 0 10 11000001 1011111 110010

Color Harmonies of #06C5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C5F9

Black with #06C5F9

Text Example


Text Example

White with #06C5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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