Html Css Color HEX #1CC0FF Deep Sky Blue

📋 copy color: '#1CC0FF'

red 28 ◦ green 192 ◦ blue 255

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

Shades of Deep Sky Blue #1CC0FF

Tints of Deep Sky Blue #1CC0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 5.89%
G = 40.42%
B = 53.68%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1CC0FF (or 0x1CC0FF) is known color: Deep Sky Blue. HEX triplet: 1C, C0 and FF. RGB value is (28,192,255). Sum of RGB (Red+Green+Blue) = 28+192+255=475 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.89% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CC0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC0FF is #E33F00. Grayscale: #959595. Windows color (decimal): -14892801 or 16760860. OLE color: 16760860.

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

Color convert

RGB 28 192 255 -
CMYK 0.89 0.25 0 0
HSL 196.65º 1% 0.55% -
HSV(B) 196.65º 0.89% 1% -
XYZ 37.38 45.17 101.36 -
YUV 150.15 187.17 40.88 -
System Red Green Blue C M Y K H S L
Decimal 28 192 255 0.89 0.25 0 0 196.65 1 0.55
Hex 1C C0 FF 59 19 0 0 C5 64 37
Octal 34 300 377 131 31 0 0 305 144 67
Binary 11100 11000000 11111111 1011001 11001 0 0 11000101 1100100 110111

Color Harmonies of #1CC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC0FF

Black with #1CC0FF

Text Example


Text Example

White with #1CC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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