Html Css Color HEX #1FDCFF Deep Sky Blue

📋 copy color: '#1FDCFF'

red 31 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #1FDCFF

Tints of Deep Sky Blue #1FDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 6.13%
G = 43.48%
B = 50.4%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1FDCFF (or 0x1FDCFF) is known color: Deep Sky Blue. HEX triplet: 1F, DC and FF. RGB value is (31,220,255). Sum of RGB (Red+Green+Blue) = 31+220+255=506 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.13% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDCFF is #E02300. Grayscale: #A7A7A7. Windows color (decimal): -14689025 or 16768031. OLE color: 16768031.

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

Color convert

RGB 31 220 255 -
CMYK 0.88 0.14 0 0
HSL 189.38º 1% 0.56% -
HSV(B) 189.38º 0.88% 1% -
XYZ 44.21 58.7 103.61 -
YUV 167.48 177.38 30.65 -
System Red Green Blue C M Y K H S L
Decimal 31 220 255 0.88 0.14 0 0 189.38 1 0.56
Hex 1F DC FF 58 E 0 0 BD 64 38
Octal 37 334 377 130 16 0 0 275 144 70
Binary 11111 11011100 11111111 1011000 1110 0 0 10111101 1100100 111000

Color Harmonies of #1FDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDCFF

Black with #1FDCFF

Text Example


Text Example

White with #1FDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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