Html Css Color HEX #1CC0F9 Deep Sky Blue

📋 copy color: '#1CC0F9'

red 28 ◦ green 192 ◦ blue 249

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

Shades of Deep Sky Blue #1CC0F9

Tints of Deep Sky Blue #1CC0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 5.97%
G = 40.94%
B = 53.09%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CC0F9 (or 0x1CC0F9) is known color: Deep Sky Blue. HEX triplet: 1C, C0 and F9. RGB value is (28,192,249). Sum of RGB (Red+Green+Blue) = 28+192+249=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #1CC0F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC0F9 is #E33F06. Grayscale: #959595. Windows color (decimal): -14892807 or 16367644. OLE color: 16367644.

HSL color Cylindrical-coordinate representation of color #1CC0F9: hue angle of 195.48º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CC0F9 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 192 249 -
CMYK 0.89 0.23 0 0.02
HSL 195.48º 0.95% 0.54% -
HSV(B) 195.48º 0.89% 0.98% -
XYZ 36.43 44.79 96.35 -
YUV 149.46 184.17 41.37 -
System Red Green Blue C M Y K H S L
Decimal 28 192 249 0.89 0.23 0 0.02 195.48 0.95 0.54
Hex 1C C0 F9 59 17 0 2 C3 5F 36
Octal 34 300 371 131 27 0 2 303 137 66
Binary 11100 11000000 11111001 1011001 10111 0 10 11000011 1011111 110110

Color Harmonies of #1CC0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC0F9

Black with #1CC0F9

Text Example


Text Example

White with #1CC0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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