Html Css Color HEX #1FC8ED Deep Sky Blue

📋 copy color: '#1FC8ED'

red 31 ◦ green 200 ◦ blue 237

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

Shades of Deep Sky Blue #1FC8ED

Tints of Deep Sky Blue #1FC8ED

RGB

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

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

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

R = 6.62%
G = 42.74%
B = 50.64%

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

#1FC8ED (or 0x1FC8ED) is known color: Deep Sky Blue. HEX triplet: 1F, C8 and ED. RGB value is (31,200,237). Sum of RGB (Red+Green+Blue) = 31+200+237=468 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.62% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FC8ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC8ED is #E03712. Grayscale: #999999. Windows color (decimal): -14694163 or 15583263. OLE color: 15583263.

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

Color convert

RGB 31 200 237 -
CMYK 0.87 0.16 0 0.07
HSL 190.78º 0.85% 0.53% -
HSV(B) 190.78º 0.87% 0.93% -
XYZ 36.51 47.71 87.41 -
YUV 153.69 175.01 40.49 -
System Red Green Blue C M Y K H S L
Decimal 31 200 237 0.87 0.16 0 0.07 190.78 0.85 0.53
Hex 1F C8 ED 57 10 0 7 BF 55 35
Octal 37 310 355 127 20 0 7 277 125 65
Binary 11111 11001000 11101101 1010111 10000 0 111 10111111 1010101 110101

Color Harmonies of #1FC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC8ED

Black with #1FC8ED

Text Example


Text Example

White with #1FC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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