Html Css Color HEX #31AECF Summer Sky

📋 copy color: '#31AECF'

red 49 ◦ green 174 ◦ blue 207

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

Shades of Summer Sky #31AECF

Tints of Summer Sky #31AECF

RGB

 RED value IS 49 (19.53% from 255) = 11.4%

 GREEN value IS 174 (68.36% from 255) = 40.47%

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 11.4%
G = 40.47%
B = 48.14%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31AECF (or 0x31AECF) is known color: Summer Sky. HEX triplet: 31, AE and CF. RGB value is (49,174,207). Sum of RGB (Red+Green+Blue) = 49+174+207=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #31AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AECF is #CE5130. Grayscale: #8C8C8C. Windows color (decimal): -13521201 or 13610545. OLE color: 13610545.

HSL color Cylindrical-coordinate representation of color #31AECF: hue angle of 192.53º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31AECF is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 174 207 -
CMYK 0.76 0.16 0 0.19
HSL 192.53º 0.62% 0.5% -
HSV(B) 192.53º 0.76% 0.81% -
XYZ 27.67 35.43 64.41 -
YUV 140.39 165.59 62.82 -
System Red Green Blue C M Y K H S L
Decimal 49 174 207 0.76 0.16 0 0.19 192.53 0.62 0.5
Hex 31 AE CF 4C 10 0 13 C1 3E 32
Octal 61 256 317 114 20 0 23 301 76 62
Binary 110001 10101110 11001111 1001100 10000 0 10011 11000001 111110 110010

Color Harmonies of #31AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AECF

Black with #31AECF

Text Example


Text Example

White with #31AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AECF; }

 p { color: rgb(49,174,207); }

 H1.HeaderClassName
 {
   color: #31AECF;
 }
 .AnyTagClassName
 {
   color: #31AECF;
 }
</style>

background-color css

<style>
 a { background-color: #31AECF; }

 a { background-color: rgb(49,174,207); }

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

border-color css

<style>
 span { border-color: #31AECF; }

 span { border-color: rgb(49,174,207); }

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