Html Css Color HEX #05C2FC Deep Sky Blue

📋 copy color: '#05C2FC'

red 5 ◦ green 194 ◦ blue 252

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

Shades of Deep Sky Blue #05C2FC

Tints of Deep Sky Blue #05C2FC

RGB

 RED value IS 5 (2.34% from 255) = 1.11%

 GREEN value IS 194 (76.17% from 255) = 43.02%

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

R = 1.11%
G = 43.02%
B = 55.88%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05C2FC (or 0x05C2FC) is known color: Deep Sky Blue. HEX triplet: 05, C2 and FC. RGB value is (5,194,252). Sum of RGB (Red+Green+Blue) = 5+194+252=451 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #05C2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C2FC is #FA3D03. Grayscale: #8F8F8F. Windows color (decimal): -16399620 or 16564741. OLE color: 16564741.

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

Color convert

RGB 5 194 252 -
CMYK 0.98 0.23 0 0.01
HSL 194.09º 0.98% 0.5% -
HSV(B) 194.09º 0.98% 0.99% -
XYZ 36.93 45.64 98.96 -
YUV 144.1 188.88 28.78 -
System Red Green Blue C M Y K H S L
Decimal 5 194 252 0.98 0.23 0 0.01 194.09 0.98 0.5
Hex 5 C2 FC 62 17 0 1 C2 62 32
Octal 5 302 374 142 27 0 1 302 142 62
Binary 101 11000010 11111100 1100010 10111 0 1 11000010 1100010 110010

Color Harmonies of #05C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C2FC

Black with #05C2FC

Text Example


Text Example

White with #05C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C2FC; }

 p { color: rgb(5,194,252); }

 H1.HeaderClassName
 {
   color: #05C2FC;
 }
 .AnyTagClassName
 {
   color: #05C2FC;
 }
</style>

background-color css

<style>
 a { background-color: #05C2FC; }

 a { background-color: rgb(5,194,252); }

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

border-color css

<style>
 span { border-color: #05C2FC; }

 span { border-color: rgb(5,194,252); }

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