Html Css Color HEX #1CC6FD Deep Sky Blue

📋 copy color: '#1CC6FD'

red 28 ◦ green 198 ◦ blue 253

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

Shades of Deep Sky Blue #1CC6FD

Tints of Deep Sky Blue #1CC6FD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.34%

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 5.85%
G = 41.34%
B = 52.82%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1CC6FD (or 0x1CC6FD) is known color: Deep Sky Blue. HEX triplet: 1C, C6 and FD. RGB value is (28,198,253). Sum of RGB (Red+Green+Blue) = 28+198+253=479 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.85% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CC6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC6FD is #E33902. Grayscale: #999999. Windows color (decimal): -14891267 or 16631324. OLE color: 16631324.

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

Color convert

RGB 28 198 253 -
CMYK 0.89 0.22 0 0.01
HSL 194.67º 0.98% 0.55% -
HSV(B) 194.67º 0.89% 0.99% -
XYZ 38.4 47.73 100.12 -
YUV 153.44 184.18 38.53 -
System Red Green Blue C M Y K H S L
Decimal 28 198 253 0.89 0.22 0 0.01 194.67 0.98 0.55
Hex 1C C6 FD 59 16 0 1 C3 62 37
Octal 34 306 375 131 26 0 1 303 142 67
Binary 11100 11000110 11111101 1011001 10110 0 1 11000011 1100010 110111

Color Harmonies of #1CC6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC6FD

Black with #1CC6FD

Text Example


Text Example

White with #1CC6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,198,253); }

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

background-color css

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

 a { background-color: rgb(28,198,253); }

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

border-color css

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

 span { border-color: rgb(28,198,253); }

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