Html Css Color HEX #1CC2EB Deep Sky Blue

📋 copy color: '#1CC2EB'

red 28 ◦ green 194 ◦ blue 235

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

Shades of Deep Sky Blue #1CC2EB

Tints of Deep Sky Blue #1CC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.45%

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

R = 6.13%
G = 42.45%
B = 51.42%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CC2EB (or 0x1CC2EB) is known color: Deep Sky Blue. HEX triplet: 1C, C2 and EB. RGB value is (28,194,235). Sum of RGB (Red+Green+Blue) = 28+194+235=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CC2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC2EB is #E33D14. Grayscale: #949494. Windows color (decimal): -14892309 or 15450652. OLE color: 15450652.

HSL color Cylindrical-coordinate representation of color #1CC2EB: hue angle of 191.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC2EB is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 194 235 -
CMYK 0.88 0.17 0 0.08
HSL 191.88º 0.84% 0.52% -
HSV(B) 191.88º 0.88% 0.92% -
XYZ 34.77 44.83 85.42 -
YUV 149.04 176.5 41.67 -
System Red Green Blue C M Y K H S L
Decimal 28 194 235 0.88 0.17 0 0.08 191.88 0.84 0.52
Hex 1C C2 EB 58 11 0 8 C0 54 34
Octal 34 302 353 130 21 0 10 300 124 64
Binary 11100 11000010 11101011 1011000 10001 0 1000 11000000 1010100 110100

Color Harmonies of #1CC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC2EB

Black with #1CC2EB

Text Example


Text Example

White with #1CC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,194,235); }

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

background-color css

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

 a { background-color: rgb(28,194,235); }

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

border-color css

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

 span { border-color: rgb(28,194,235); }

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