Html Css Color HEX #1FC6EF Deep Sky Blue

📋 copy color: '#1FC6EF'

red 31 ◦ green 198 ◦ blue 239

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

Shades of Deep Sky Blue #1FC6EF

Tints of Deep Sky Blue #1FC6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 6.62%
G = 42.31%
B = 51.07%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1FC6EF (or 0x1FC6EF) is known color: Deep Sky Blue. HEX triplet: 1F, C6 and EF. RGB value is (31,198,239). Sum of RGB (Red+Green+Blue) = 31+198+239=468 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.62% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FC6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC6EF is #E03910. Grayscale: #989898. Windows color (decimal): -14694673 or 15713823. OLE color: 15713823.

HSL color Cylindrical-coordinate representation of color #1FC6EF: hue angle of 191.83º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC6EF is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 198 239 -
CMYK 0.87 0.17 0 0.06
HSL 191.83º 0.87% 0.53% -
HSV(B) 191.83º 0.87% 0.94% -
XYZ 36.34 46.91 88.8 -
YUV 152.74 176.67 41.17 -
System Red Green Blue C M Y K H S L
Decimal 31 198 239 0.87 0.17 0 0.06 191.83 0.87 0.53
Hex 1F C6 EF 57 11 0 6 C0 57 35
Octal 37 306 357 127 21 0 6 300 127 65
Binary 11111 11000110 11101111 1010111 10001 0 110 11000000 1010111 110101

Color Harmonies of #1FC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC6EF

Black with #1FC6EF

Text Example


Text Example

White with #1FC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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