Html Css Color HEX #1FD8FF Deep Sky Blue

📋 copy color: '#1FD8FF'

red 31 ◦ green 216 ◦ blue 255

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

Shades of Deep Sky Blue #1FD8FF

Tints of Deep Sky Blue #1FD8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.03%

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

R = 6.18%
G = 43.03%
B = 50.8%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1FD8FF (or 0x1FD8FF) is known color: Deep Sky Blue. HEX triplet: 1F, D8 and FF. RGB value is (31,216,255). Sum of RGB (Red+Green+Blue) = 31+216+255=502 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.18% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FD8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD8FF is #E02700. Grayscale: #A4A4A4. Windows color (decimal): -14690049 or 16767007. OLE color: 16767007.

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

Color convert

RGB 31 216 255 -
CMYK 0.88 0.15 0 0
HSL 190.45º 1% 0.56% -
HSV(B) 190.45º 0.88% 1% -
XYZ 43.17 56.62 103.26 -
YUV 165.13 178.71 32.33 -
System Red Green Blue C M Y K H S L
Decimal 31 216 255 0.88 0.15 0 0 190.45 1 0.56
Hex 1F D8 FF 58 F 0 0 BE 64 38
Octal 37 330 377 130 17 0 0 276 144 70
Binary 11111 11011000 11111111 1011000 1111 0 0 10111110 1100100 111000

Color Harmonies of #1FD8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD8FF

Black with #1FD8FF

Text Example


Text Example

White with #1FD8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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