Html Css Color HEX #1CC4EA Deep Sky Blue

📋 copy color: '#1CC4EA'

red 28 ◦ green 196 ◦ blue 234

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

Shades of Deep Sky Blue #1CC4EA

Tints of Deep Sky Blue #1CC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.79%

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 6.11%
G = 42.79%
B = 51.09%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CC4EA (or 0x1CC4EA) is known color: Deep Sky Blue. HEX triplet: 1C, C4 and EA. RGB value is (28,196,234). Sum of RGB (Red+Green+Blue) = 28+196+234=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CC4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC4EA is #E33B15. Grayscale: #959595. Windows color (decimal): -14891798 or 15385628. OLE color: 15385628.

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

Color convert

RGB 28 196 234 -
CMYK 0.88 0.16 0 0.08
HSL 191.07º 0.83% 0.51% -
HSV(B) 191.07º 0.88% 0.92% -
XYZ 35.07 45.67 84.81 -
YUV 150.1 175.34 40.91 -
System Red Green Blue C M Y K H S L
Decimal 28 196 234 0.88 0.16 0 0.08 191.07 0.83 0.51
Hex 1C C4 EA 58 10 0 8 BF 53 33
Octal 34 304 352 130 20 0 10 277 123 63
Binary 11100 11000100 11101010 1011000 10000 0 1000 10111111 1010011 110011

Color Harmonies of #1CC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC4EA

Black with #1CC4EA

Text Example


Text Example

White with #1CC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,196,234); }

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

background-color css

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

 a { background-color: rgb(28,196,234); }

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

border-color css

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

 span { border-color: rgb(28,196,234); }

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