Html Css Color HEX #05C3FC Deep Sky Blue

📋 copy color: '#05C3FC'

red 5 ◦ green 195 ◦ blue 252

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

Shades of Deep Sky Blue #05C3FC

Tints of Deep Sky Blue #05C3FC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

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

R = 1.11%
G = 43.14%
B = 55.75%

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

#05C3FC (or 0x05C3FC) is known color: Deep Sky Blue. HEX triplet: 05, C3 and FC. RGB value is (5,195,252). Sum of RGB (Red+Green+Blue) = 5+195+252=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #05C3FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C3FC is #FA3C03. Grayscale: #909090. Windows color (decimal): -16399364 or 16564997. OLE color: 16564997.

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

Color convert

RGB 5 195 252 -
CMYK 0.98 0.23 0 0.01
HSL 193.85º 0.98% 0.5% -
HSV(B) 193.85º 0.98% 0.99% -
XYZ 37.15 46.09 99.03 -
YUV 144.69 188.55 28.37 -
System Red Green Blue C M Y K H S L
Decimal 5 195 252 0.98 0.23 0 0.01 193.85 0.98 0.5
Hex 5 C3 FC 62 17 0 1 C2 62 32
Octal 5 303 374 142 27 0 1 302 142 62
Binary 101 11000011 11111100 1100010 10111 0 1 11000010 1100010 110010

Color Harmonies of #05C3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C3FC

Black with #05C3FC

Text Example


Text Example

White with #05C3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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