Html Css Color HEX #1FC6ED Deep Sky Blue

📋 copy color: '#1FC6ED'

red 31 ◦ green 198 ◦ blue 237

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

Shades of Deep Sky Blue #1FC6ED

Tints of Deep Sky Blue #1FC6ED

RGB

 RED value IS 31 (12.5% from 255) = 6.65%

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 6.65%
G = 42.49%
B = 50.86%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1FC6ED (or 0x1FC6ED) is known color: Deep Sky Blue. HEX triplet: 1F, C6 and ED. RGB value is (31,198,237). Sum of RGB (Red+Green+Blue) = 31+198+237=466 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.65% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FC6ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC6ED is #E03912. Grayscale: #989898. Windows color (decimal): -14694675 or 15582751. OLE color: 15582751.

HSL color Cylindrical-coordinate representation of color #1FC6ED: hue angle of 191.36º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC6ED is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 198 237 -
CMYK 0.87 0.16 0 0.07
HSL 191.36º 0.85% 0.53% -
HSV(B) 191.36º 0.87% 0.93% -
XYZ 36.05 46.79 87.25 -
YUV 152.51 175.67 41.33 -
System Red Green Blue C M Y K H S L
Decimal 31 198 237 0.87 0.16 0 0.07 191.36 0.85 0.53
Hex 1F C6 ED 57 10 0 7 BF 55 35
Octal 37 306 355 127 20 0 7 277 125 65
Binary 11111 11000110 11101101 1010111 10000 0 111 10111111 1010101 110101

Color Harmonies of #1FC6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC6ED

Black with #1FC6ED

Text Example


Text Example

White with #1FC6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,198,237); }

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

background-color css

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

 a { background-color: rgb(31,198,237); }

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

border-color css

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

 span { border-color: rgb(31,198,237); }

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