Html Css Color HEX #05C1EB Deep Sky Blue

📋 copy color: '#05C1EB'

red 5 ◦ green 193 ◦ blue 235

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

Shades of Deep Sky Blue #05C1EB

Tints of Deep Sky Blue #05C1EB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 1.15%
G = 44.57%
B = 54.27%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#05C1EB (or 0x05C1EB) is known color: Deep Sky Blue. HEX triplet: 05, C1 and EB. RGB value is (5,193,235). Sum of RGB (Red+Green+Blue) = 5+193+235=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #05C1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C1EB is #FA3E14. Grayscale: #8D8D8D. Windows color (decimal): -16399893 or 15450373. OLE color: 15450373.

HSL color Cylindrical-coordinate representation of color #05C1EB: hue angle of 190.96º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C1EB is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 193 235 -
CMYK 0.98 0.18 0 0.08
HSL 190.96º 0.96% 0.47% -
HSV(B) 190.96º 0.98% 0.92% -
XYZ 34.13 44.17 85.32 -
YUV 141.58 180.72 30.58 -
System Red Green Blue C M Y K H S L
Decimal 5 193 235 0.98 0.18 0 0.08 190.96 0.96 0.47
Hex 5 C1 EB 62 12 0 8 BF 60 2F
Octal 5 301 353 142 22 0 10 277 140 57
Binary 101 11000001 11101011 1100010 10010 0 1000 10111111 1100000 101111

Color Harmonies of #05C1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C1EB

Black with #05C1EB

Text Example


Text Example

White with #05C1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,193,235); }

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

background-color css

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

 a { background-color: rgb(5,193,235); }

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

border-color css

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

 span { border-color: rgb(5,193,235); }

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