Html Css Color HEX #1FC9EC Deep Sky Blue

📋 copy color: '#1FC9EC'

red 31 ◦ green 201 ◦ blue 236

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

Shades of Deep Sky Blue #1FC9EC

Tints of Deep Sky Blue #1FC9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.95%

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 6.62%
G = 42.95%
B = 50.43%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1FC9EC (or 0x1FC9EC) is known color: Deep Sky Blue. HEX triplet: 1F, C9 and EC. RGB value is (31,201,236). Sum of RGB (Red+Green+Blue) = 31+201+236=468 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.62% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FC9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC9EC is #E03613. Grayscale: #999999. Windows color (decimal): -14693908 or 15517983. OLE color: 15517983.

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

Color convert

RGB 31 201 236 -
CMYK 0.87 0.15 0 0.07
HSL 190.24º 0.84% 0.52% -
HSV(B) 190.24º 0.87% 0.93% -
XYZ 36.59 48.12 86.72 -
YUV 154.16 174.18 40.15 -
System Red Green Blue C M Y K H S L
Decimal 31 201 236 0.87 0.15 0 0.07 190.24 0.84 0.52
Hex 1F C9 EC 57 F 0 7 BE 54 34
Octal 37 311 354 127 17 0 7 276 124 64
Binary 11111 11001001 11101100 1010111 1111 0 111 10111110 1010100 110100

Color Harmonies of #1FC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC9EC

Black with #1FC9EC

Text Example


Text Example

White with #1FC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,201,236); }

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

background-color css

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

 a { background-color: rgb(31,201,236); }

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

border-color css

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

 span { border-color: rgb(31,201,236); }

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