Html Css Color HEX #1FBFF5 Deep Sky Blue

📋 copy color: '#1FBFF5'

red 31 ◦ green 191 ◦ blue 245

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

Shades of Deep Sky Blue #1FBFF5

Tints of Deep Sky Blue #1FBFF5

RGB

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

 GREEN value IS 191 (75% from 255) = 40.9%

 BLUE value IS 245 (96.09% from 255) = 52.46%

R = 6.64%
G = 40.9%
B = 52.46%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1FBFF5 (or 0x1FBFF5) is known color: Deep Sky Blue. HEX triplet: 1F, BF and F5. RGB value is (31,191,245). Sum of RGB (Red+Green+Blue) = 31+191+245=467 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.64% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #1FBFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBFF5 is #E0400A. Grayscale: #949494. Windows color (decimal): -14696459 or 16105247. OLE color: 16105247.

HSL color Cylindrical-coordinate representation of color #1FBFF5: hue angle of 195.14º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FBFF5 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 31 191 245 -
CMYK 0.87 0.22 0 0.04
HSL 195.14º 0.91% 0.54% -
HSV(B) 195.14º 0.87% 0.96% -
XYZ 35.68 44.15 93.03 -
YUV 149.32 181.99 43.61 -
System Red Green Blue C M Y K H S L
Decimal 31 191 245 0.87 0.22 0 0.04 195.14 0.91 0.54
Hex 1F BF F5 57 16 0 4 C3 5B 36
Octal 37 277 365 127 26 0 4 303 133 66
Binary 11111 10111111 11110101 1010111 10110 0 100 11000011 1011011 110110

Color Harmonies of #1FBFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBFF5

Black with #1FBFF5

Text Example


Text Example

White with #1FBFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,191,245); }

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

background-color css

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

 a { background-color: rgb(31,191,245); }

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

border-color css

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

 span { border-color: rgb(31,191,245); }

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