Html Css Color HEX #1CC2FF Deep Sky Blue

📋 copy color: '#1CC2FF'

red 28 ◦ green 194 ◦ blue 255

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

Shades of Deep Sky Blue #1CC2FF

Tints of Deep Sky Blue #1CC2FF

RGB

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

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

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

R = 5.87%
G = 40.67%
B = 53.46%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1CC2FF (or 0x1CC2FF) is known color: Deep Sky Blue. HEX triplet: 1C, C2 and FF. RGB value is (28,194,255). Sum of RGB (Red+Green+Blue) = 28+194+255=477 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.87% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CC2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC2FF is #E33D00. Grayscale: #969696. Windows color (decimal): -14892289 or 16761372. OLE color: 16761372.

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

Color convert

RGB 28 194 255 -
CMYK 0.89 0.24 0 0
HSL 196.12º 1% 0.55% -
HSV(B) 196.12º 0.89% 1% -
XYZ 37.82 46.05 101.5 -
YUV 151.32 186.5 40.04 -
System Red Green Blue C M Y K H S L
Decimal 28 194 255 0.89 0.24 0 0 196.12 1 0.55
Hex 1C C2 FF 59 18 0 0 C4 64 37
Octal 34 302 377 131 30 0 0 304 144 67
Binary 11100 11000010 11111111 1011001 11000 0 0 11000100 1100100 110111

Color Harmonies of #1CC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC2FF

Black with #1CC2FF

Text Example


Text Example

White with #1CC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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