Html Css Color HEX #1FC8EE Deep Sky Blue

📋 copy color: '#1FC8EE'

red 31 ◦ green 200 ◦ blue 238

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

Shades of Deep Sky Blue #1FC8EE

Tints of Deep Sky Blue #1FC8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.64%

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 6.61%
G = 42.64%
B = 50.75%

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

#1FC8EE (or 0x1FC8EE) is known color: Deep Sky Blue. HEX triplet: 1F, C8 and EE. RGB value is (31,200,238). Sum of RGB (Red+Green+Blue) = 31+200+238=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FC8EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC8EE is #E03711. Grayscale: #999999. Windows color (decimal): -14694162 or 15648799. OLE color: 15648799.

HSL color Cylindrical-coordinate representation of color #1FC8EE: hue angle of 191.01º degrees, saturation: 0.86, 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 #1FC8EE is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 200 238 -
CMYK 0.87 0.16 0 0.07
HSL 191.01º 0.86% 0.53% -
HSV(B) 191.01º 0.87% 0.93% -
XYZ 36.65 47.77 88.18 -
YUV 153.8 175.51 40.41 -
System Red Green Blue C M Y K H S L
Decimal 31 200 238 0.87 0.16 0 0.07 191.01 0.86 0.53
Hex 1F C8 EE 57 10 0 7 BF 56 35
Octal 37 310 356 127 20 0 7 277 126 65
Binary 11111 11001000 11101110 1010111 10000 0 111 10111111 1010110 110101

Color Harmonies of #1FC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC8EE

Black with #1FC8EE

Text Example


Text Example

White with #1FC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,200,238); }

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

background-color css

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

 a { background-color: rgb(31,200,238); }

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

border-color css

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

 span { border-color: rgb(31,200,238); }

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