Html Css Color HEX #1FD6FF Deep Sky Blue

📋 copy color: '#1FD6FF'

red 31 ◦ green 214 ◦ blue 255

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

Shades of Deep Sky Blue #1FD6FF

Tints of Deep Sky Blue #1FD6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

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

R = 6.2%
G = 42.8%
B = 51%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1FD6FF (or 0x1FD6FF) is known color: Deep Sky Blue. HEX triplet: 1F, D6 and FF. RGB value is (31,214,255). Sum of RGB (Red+Green+Blue) = 31+214+255=500 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FD6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD6FF is #E02900. Grayscale: #A3A3A3. Windows color (decimal): -14690561 or 16766495. OLE color: 16766495.

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

Color convert

RGB 31 214 255 -
CMYK 0.88 0.16 0 0
HSL 190.98º 1% 0.56% -
HSV(B) 190.98º 0.88% 1% -
XYZ 42.66 55.6 103.09 -
YUV 163.96 179.37 33.17 -
System Red Green Blue C M Y K H S L
Decimal 31 214 255 0.88 0.16 0 0 190.98 1 0.56
Hex 1F D6 FF 58 10 0 0 BF 64 38
Octal 37 326 377 130 20 0 0 277 144 70
Binary 11111 11010110 11111111 1011000 10000 0 0 10111111 1100100 111000

Color Harmonies of #1FD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD6FF

Black with #1FD6FF

Text Example


Text Example

White with #1FD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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