Html Css Color HEX #31ABCA Summer Sky

📋 copy color: '#31ABCA'

red 49 ◦ green 171 ◦ blue 202

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

Shades of Summer Sky #31ABCA

Tints of Summer Sky #31ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 11.61%
G = 40.52%
B = 47.87%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#31ABCA (or 0x31ABCA) is known color: Summer Sky. HEX triplet: 31, AB and CA. RGB value is (49,171,202). Sum of RGB (Red+Green+Blue) = 49+171+202=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #31ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABCA is #CE5435. Grayscale: #898989. Windows color (decimal): -13521974 or 13282097. OLE color: 13282097.

HSL color Cylindrical-coordinate representation of color #31ABCA: hue angle of 192.16º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31ABCA is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 171 202 -
CMYK 0.76 0.15 0 0.21
HSL 192.16º 0.61% 0.49% -
HSV(B) 192.16º 0.76% 0.79% -
XYZ 26.49 34.04 61.05 -
YUV 138.06 164.08 64.48 -
System Red Green Blue C M Y K H S L
Decimal 49 171 202 0.76 0.15 0 0.21 192.16 0.61 0.49
Hex 31 AB CA 4C F 0 15 C0 3D 31
Octal 61 253 312 114 17 0 25 300 75 61
Binary 110001 10101011 11001010 1001100 1111 0 10101 11000000 111101 110001

Color Harmonies of #31ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABCA

Black with #31ABCA

Text Example


Text Example

White with #31ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,171,202); }

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

background-color css

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

 a { background-color: rgb(49,171,202); }

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

border-color css

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

 span { border-color: rgb(49,171,202); }

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