Html Css Color HEX #1FA8EB Summer Sky

📋 copy color: '#1FA8EB'

red 31 ◦ green 168 ◦ blue 235

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

Shades of Summer Sky #1FA8EB

Tints of Summer Sky #1FA8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.71%

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 7.14%
G = 38.71%
B = 54.15%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1FA8EB (or 0x1FA8EB) is known color: Summer Sky. HEX triplet: 1F, A8 and EB. RGB value is (31,168,235). Sum of RGB (Red+Green+Blue) = 31+168+235=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #1FA8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA8EB is #E05714. Grayscale: #868686. Windows color (decimal): -14702357 or 15443999. OLE color: 15443999.

HSL color Cylindrical-coordinate representation of color #1FA8EB: hue angle of 199.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA8EB is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 168 235 -
CMYK 0.87 0.29 0 0.08
HSL 199.71º 0.84% 0.52% -
HSV(B) 199.71º 0.87% 0.92% -
XYZ 29.56 34.29 83.66 -
YUV 134.68 184.61 54.05 -
System Red Green Blue C M Y K H S L
Decimal 31 168 235 0.87 0.29 0 0.08 199.71 0.84 0.52
Hex 1F A8 EB 57 1D 0 8 C8 54 34
Octal 37 250 353 127 35 0 10 310 124 64
Binary 11111 10101000 11101011 1010111 11101 0 1000 11001000 1010100 110100

Color Harmonies of #1FA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA8EB

Black with #1FA8EB

Text Example


Text Example

White with #1FA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,168,235); }

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

background-color css

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

 a { background-color: rgb(31,168,235); }

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

border-color css

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

 span { border-color: rgb(31,168,235); }

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