Html Css Color HEX #1FAFEB Summer Sky

📋 copy color: '#1FAFEB'

red 31 ◦ green 175 ◦ blue 235

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

Shades of Summer Sky #1FAFEB

Tints of Summer Sky #1FAFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

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

R = 7.03%
G = 39.68%
B = 53.29%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1FAFEB (or 0x1FAFEB) is known color: Summer Sky. HEX triplet: 1F, AF and EB. RGB value is (31,175,235). Sum of RGB (Red+Green+Blue) = 31+175+235=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #1FAFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAFEB is #E05014. Grayscale: #8A8A8A. Windows color (decimal): -14700565 or 15445791. OLE color: 15445791.

HSL color Cylindrical-coordinate representation of color #1FAFEB: hue angle of 197.65º 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 #1FAFEB is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 175 235 -
CMYK 0.87 0.26 0 0.08
HSL 197.65º 0.84% 0.52% -
HSV(B) 197.65º 0.87% 0.92% -
XYZ 30.89 36.95 84.1 -
YUV 138.78 182.29 51.12 -
System Red Green Blue C M Y K H S L
Decimal 31 175 235 0.87 0.26 0 0.08 197.65 0.84 0.52
Hex 1F AF EB 57 1A 0 8 C6 54 34
Octal 37 257 353 127 32 0 10 306 124 64
Binary 11111 10101111 11101011 1010111 11010 0 1000 11000110 1010100 110100

Color Harmonies of #1FAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAFEB

Black with #1FAFEB

Text Example


Text Example

White with #1FAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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