Html Css Color HEX #1FB1FF Deep Sky Blue

📋 copy color: '#1FB1FF'

red 31 ◦ green 177 ◦ blue 255

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

Shades of Deep Sky Blue #1FB1FF

Tints of Deep Sky Blue #1FB1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

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

R = 6.7%
G = 38.23%
B = 55.08%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1FB1FF (or 0x1FB1FF) is known color: Deep Sky Blue. HEX triplet: 1F, B1 and FF. RGB value is (31,177,255). Sum of RGB (Red+Green+Blue) = 31+177+255=463 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.70% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FB1FF is #E04E00. Grayscale: #8D8D8D. Windows color (decimal): -14700033 or 16757023. OLE color: 16757023.

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

Color convert

RGB 31 177 255 -
CMYK 0.88 0.31 0 0
HSL 200.89º 1% 0.56% -
HSV(B) 200.89º 0.88% 1% -
XYZ 34.34 38.96 100.32 -
YUV 142.24 191.63 48.66 -
System Red Green Blue C M Y K H S L
Decimal 31 177 255 0.88 0.31 0 0 200.89 1 0.56
Hex 1F B1 FF 58 1F 0 0 C9 64 38
Octal 37 261 377 130 37 0 0 311 144 70
Binary 11111 10110001 11111111 1011000 11111 0 0 11001001 1100100 111000

Color Harmonies of #1FB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB1FF

Black with #1FB1FF

Text Example


Text Example

White with #1FB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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