Html Css Color HEX #1FDAFF Deep Sky Blue

📋 copy color: '#1FDAFF'

red 31 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #1FDAFF

Tints of Deep Sky Blue #1FDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.25%

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

R = 6.15%
G = 43.25%
B = 50.6%

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

#1FDAFF (or 0x1FDAFF) is known color: Deep Sky Blue. HEX triplet: 1F, DA and FF. RGB value is (31,218,255). Sum of RGB (Red+Green+Blue) = 31+218+255=504 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.15% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDAFF is #E02500. Grayscale: #A5A5A5. Windows color (decimal): -14689537 or 16767519. OLE color: 16767519.

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

Color convert

RGB 31 218 255 -
CMYK 0.88 0.15 0 0
HSL 189.91º 1% 0.56% -
HSV(B) 189.91º 0.88% 1% -
XYZ 43.69 57.65 103.43 -
YUV 166.31 178.05 31.49 -
System Red Green Blue C M Y K H S L
Decimal 31 218 255 0.88 0.15 0 0 189.91 1 0.56
Hex 1F DA FF 58 F 0 0 BE 64 38
Octal 37 332 377 130 17 0 0 276 144 70
Binary 11111 11011010 11111111 1011000 1111 0 0 10111110 1100100 111000

Color Harmonies of #1FDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDAFF

Black with #1FDAFF

Text Example


Text Example

White with #1FDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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