Html Css Color HEX #1CC6FB Deep Sky Blue

📋 copy color: '#1CC6FB'

red 28 ◦ green 198 ◦ blue 251

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

Shades of Deep Sky Blue #1CC6FB

Tints of Deep Sky Blue #1CC6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 5.87%
G = 41.51%
B = 52.62%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CC6FB (or 0x1CC6FB) is known color: Deep Sky Blue. HEX triplet: 1C, C6 and FB. RGB value is (28,198,251). Sum of RGB (Red+Green+Blue) = 28+198+251=477 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.87% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CC6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC6FB is #E33904. Grayscale: #989898. Windows color (decimal): -14891269 or 16500252. OLE color: 16500252.

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

Color convert

RGB 28 198 251 -
CMYK 0.89 0.21 0 0.02
HSL 194.26º 0.97% 0.55% -
HSV(B) 194.26º 0.89% 0.98% -
XYZ 38.09 47.6 98.45 -
YUV 153.21 183.18 38.69 -
System Red Green Blue C M Y K H S L
Decimal 28 198 251 0.89 0.21 0 0.02 194.26 0.97 0.55
Hex 1C C6 FB 59 15 0 2 C2 61 37
Octal 34 306 373 131 25 0 2 302 141 67
Binary 11100 11000110 11111011 1011001 10101 0 10 11000010 1100001 110111

Color Harmonies of #1CC6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC6FB

Black with #1CC6FB

Text Example


Text Example

White with #1CC6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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