Html Css Color HEX #1CC4FF Deep Sky Blue

📋 copy color: '#1CC4FF'

red 28 ◦ green 196 ◦ blue 255

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

Shades of Deep Sky Blue #1CC4FF

Tints of Deep Sky Blue #1CC4FF

RGB

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

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

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

R = 5.85%
G = 40.92%
B = 53.24%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1CC4FF (or 0x1CC4FF) is known color: Deep Sky Blue. HEX triplet: 1C, C4 and FF. RGB value is (28,196,255). Sum of RGB (Red+Green+Blue) = 28+196+255=479 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.85% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CC4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC4FF is #E33B00. Grayscale: #989898. Windows color (decimal): -14891777 or 16761884. OLE color: 16761884.

HSL color Cylindrical-coordinate representation of color #1CC4FF: hue angle of 195.59º 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 #1CC4FF is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 28 196 255 -
CMYK 0.89 0.23 0 0
HSL 195.59º 1% 0.55% -
HSV(B) 195.59º 0.89% 1% -
XYZ 38.27 46.95 101.65 -
YUV 152.49 185.84 39.2 -
System Red Green Blue C M Y K H S L
Decimal 28 196 255 0.89 0.23 0 0 195.59 1 0.55
Hex 1C C4 FF 59 17 0 0 C4 64 37
Octal 34 304 377 131 27 0 0 304 144 67
Binary 11100 11000100 11111111 1011001 10111 0 0 11000100 1100100 110111

Color Harmonies of #1CC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC4FF

Black with #1CC4FF

Text Example


Text Example

White with #1CC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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