Html Css Color HEX #1FC5FD Deep Sky Blue

📋 copy color: '#1FC5FD'

red 31 ◦ green 197 ◦ blue 253

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

Shades of Deep Sky Blue #1FC5FD

Tints of Deep Sky Blue #1FC5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 6.44%
G = 40.96%
B = 52.6%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1FC5FD (or 0x1FC5FD) is known color: Deep Sky Blue. HEX triplet: 1F, C5 and FD. RGB value is (31,197,253). Sum of RGB (Red+Green+Blue) = 31+197+253=481 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.44% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FC5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC5FD is #E03A02. Grayscale: #999999. Windows color (decimal): -14694915 or 16631071. OLE color: 16631071.

HSL color Cylindrical-coordinate representation of color #1FC5FD: hue angle of 195.14º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FC5FD is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 197 253 -
CMYK 0.88 0.22 0 0.01
HSL 195.14º 0.98% 0.56% -
HSV(B) 195.14º 0.88% 0.99% -
XYZ 38.26 47.32 100.04 -
YUV 153.75 184 40.45 -
System Red Green Blue C M Y K H S L
Decimal 31 197 253 0.88 0.22 0 0.01 195.14 0.98 0.56
Hex 1F C5 FD 58 16 0 1 C3 62 38
Octal 37 305 375 130 26 0 1 303 142 70
Binary 11111 11000101 11111101 1011000 10110 0 1 11000011 1100010 111000

Color Harmonies of #1FC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC5FD

Black with #1FC5FD

Text Example


Text Example

White with #1FC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,197,253); }

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

background-color css

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

 a { background-color: rgb(31,197,253); }

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

border-color css

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

 span { border-color: rgb(31,197,253); }

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