Html Css Color HEX #1CC0FD Deep Sky Blue

📋 copy color: '#1CC0FD'

red 28 ◦ green 192 ◦ blue 253

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

Shades of Deep Sky Blue #1CC0FD

Tints of Deep Sky Blue #1CC0FD

RGB

 RED value IS 28 (11.33% from 255) = 5.92%

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 5.92%
G = 40.59%
B = 53.49%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1CC0FD (or 0x1CC0FD) is known color: Deep Sky Blue. HEX triplet: 1C, C0 and FD. RGB value is (28,192,253). Sum of RGB (Red+Green+Blue) = 28+192+253=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CC0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC0FD is #E33F02. Grayscale: #959595. Windows color (decimal): -14892803 or 16629788. OLE color: 16629788.

HSL color Cylindrical-coordinate representation of color #1CC0FD: hue angle of 196.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CC0FD is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 192 253 -
CMYK 0.89 0.24 0 0.01
HSL 196.27º 0.98% 0.55% -
HSV(B) 196.27º 0.89% 0.99% -
XYZ 37.06 45.04 99.67 -
YUV 149.92 186.17 41.04 -
System Red Green Blue C M Y K H S L
Decimal 28 192 253 0.89 0.24 0 0.01 196.27 0.98 0.55
Hex 1C C0 FD 59 18 0 1 C4 62 37
Octal 34 300 375 131 30 0 1 304 142 67
Binary 11100 11000000 11111101 1011001 11000 0 1 11000100 1100010 110111

Color Harmonies of #1CC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC0FD

Black with #1CC0FD

Text Example


Text Example

White with #1CC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CC0FD; }

 p { color: rgb(28,192,253); }

 H1.HeaderClassName
 {
   color: #1CC0FD;
 }
 .AnyTagClassName
 {
   color: #1CC0FD;
 }
</style>

background-color css

<style>
 a { background-color: #1CC0FD; }

 a { background-color: rgb(28,192,253); }

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

border-color css

<style>
 span { border-color: #1CC0FD; }

 span { border-color: rgb(28,192,253); }

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