Html Css Color HEX #1FACEA Summer Sky

📋 copy color: '#1FACEA'

red 31 ◦ green 172 ◦ blue 234

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

Shades of Summer Sky #1FACEA

Tints of Summer Sky #1FACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.36%

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 7.09%
G = 39.36%
B = 53.55%

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

#1FACEA (or 0x1FACEA) is known color: Summer Sky. HEX triplet: 1F, AC and EA. RGB value is (31,172,234). Sum of RGB (Red+Green+Blue) = 31+172+234=437 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.09% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FACEA is #E05315. Grayscale: #888888. Windows color (decimal): -14701334 or 15379487. OLE color: 15379487.

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

Color convert

RGB 31 172 234 -
CMYK 0.87 0.26 0 0.08
HSL 198.33º 0.83% 0.52% -
HSV(B) 198.33º 0.87% 0.92% -
XYZ 30.17 35.74 83.15 -
YUV 136.91 182.79 52.46 -
System Red Green Blue C M Y K H S L
Decimal 31 172 234 0.87 0.26 0 0.08 198.33 0.83 0.52
Hex 1F AC EA 57 1A 0 8 C6 53 34
Octal 37 254 352 127 32 0 10 306 123 64
Binary 11111 10101100 11101010 1010111 11010 0 1000 11000110 1010011 110100

Color Harmonies of #1FACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FACEA

Black with #1FACEA

Text Example


Text Example

White with #1FACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,172,234); }

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

background-color css

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

 a { background-color: rgb(31,172,234); }

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

border-color css

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

 span { border-color: rgb(31,172,234); }

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