Html Css Color HEX #31AEFD Summer Sky

📋 copy color: '#31AEFD'

red 49 ◦ green 174 ◦ blue 253

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

Shades of Summer Sky #31AEFD

Tints of Summer Sky #31AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 10.29%
G = 36.55%
B = 53.15%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31AEFD (or 0x31AEFD) is known color: Summer Sky. HEX triplet: 31, AE and FD. RGB value is (49,174,253). Sum of RGB (Red+Green+Blue) = 49+174+253=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #31AEFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AEFD is #CE5102. Grayscale: #919191. Windows color (decimal): -13521155 or 16625201. OLE color: 16625201.

HSL color Cylindrical-coordinate representation of color #31AEFD: hue angle of 203.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31AEFD is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 174 253 -
CMYK 0.81 0.31 0 0.01
HSL 203.24º 0.98% 0.59% -
HSV(B) 203.24º 0.81% 0.99% -
XYZ 34.13 38.02 98.47 -
YUV 145.63 188.59 59.08 -
System Red Green Blue C M Y K H S L
Decimal 49 174 253 0.81 0.31 0 0.01 203.24 0.98 0.59
Hex 31 AE FD 51 1F 0 1 CB 62 3B
Octal 61 256 375 121 37 0 1 313 142 73
Binary 110001 10101110 11111101 1010001 11111 0 1 11001011 1100010 111011

Color Harmonies of #31AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AEFD

Black with #31AEFD

Text Example


Text Example

White with #31AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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