Html Css Color HEX #1FDCFD Deep Sky Blue

📋 copy color: '#1FDCFD'

red 31 ◦ green 220 ◦ blue 253

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

Shades of Deep Sky Blue #1FDCFD

Tints of Deep Sky Blue #1FDCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

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

R = 6.15%
G = 43.65%
B = 50.2%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1FDCFD (or 0x1FDCFD) is known color: Deep Sky Blue. HEX triplet: 1F, DC and FD. RGB value is (31,220,253). Sum of RGB (Red+Green+Blue) = 31+220+253=504 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.15% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FDCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDCFD is #E02302. Grayscale: #A6A6A6. Windows color (decimal): -14689027 or 16636959. OLE color: 16636959.

HSL color Cylindrical-coordinate representation of color #1FDCFD: hue angle of 188.92º 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 #1FDCFD is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 220 253 -
CMYK 0.88 0.13 0 0.01
HSL 188.92º 0.98% 0.56% -
HSV(B) 188.92º 0.88% 0.99% -
XYZ 43.89 58.57 101.92 -
YUV 167.25 176.38 30.82 -
System Red Green Blue C M Y K H S L
Decimal 31 220 253 0.88 0.13 0 0.01 188.92 0.98 0.56
Hex 1F DC FD 58 D 0 1 BD 62 38
Octal 37 334 375 130 15 0 1 275 142 70
Binary 11111 11011100 11111101 1011000 1101 0 1 10111101 1100010 111000

Color Harmonies of #1FDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDCFD

Black with #1FDCFD

Text Example


Text Example

White with #1FDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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