Html Css Color HEX #05D3F3 Deep Sky Blue

📋 copy color: '#05D3F3'

red 5 ◦ green 211 ◦ blue 243

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

Shades of Deep Sky Blue #05D3F3

Tints of Deep Sky Blue #05D3F3

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

 BLUE value IS 243 (95.31% from 255) = 52.94%

R = 1.09%
G = 45.97%
B = 52.94%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#05D3F3 (or 0x05D3F3) is known color: Deep Sky Blue. HEX triplet: 05, D3 and F3. RGB value is (5,211,243). Sum of RGB (Red+Green+Blue) = 5+211+243=459 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #05D3F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D3F3 is #FA2C0C. Grayscale: #989898. Windows color (decimal): -16395277 or 15979269. OLE color: 15979269.

HSL color Cylindrical-coordinate representation of color #05D3F3: hue angle of 188.07º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D3F3 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 211 243 -
CMYK 0.98 0.13 0 0.05
HSL 188.07º 0.96% 0.49% -
HSV(B) 188.07º 0.98% 0.95% -
XYZ 39.53 53.09 92.96 -
YUV 153.05 178.75 22.4 -
System Red Green Blue C M Y K H S L
Decimal 5 211 243 0.98 0.13 0 0.05 188.07 0.96 0.49
Hex 5 D3 F3 62 D 0 5 BC 60 31
Octal 5 323 363 142 15 0 5 274 140 61
Binary 101 11010011 11110011 1100010 1101 0 101 10111100 1100000 110001

Color Harmonies of #05D3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D3F3

Black with #05D3F3

Text Example


Text Example

White with #05D3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,211,243); }

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

background-color css

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

 a { background-color: rgb(5,211,243); }

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

border-color css

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

 span { border-color: rgb(5,211,243); }

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