Html Css Color HEX #31A5CB Summer Sky

📋 copy color: '#31A5CB'

red 49 ◦ green 165 ◦ blue 203

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

Shades of Summer Sky #31A5CB

Tints of Summer Sky #31A5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 11.75%
G = 39.57%
B = 48.68%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31A5CB (or 0x31A5CB) is known color: Summer Sky. HEX triplet: 31, A5 and CB. RGB value is (49,165,203). Sum of RGB (Red+Green+Blue) = 49+165+203=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #31A5CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A5CB is #CE5A34. Grayscale: #868686. Windows color (decimal): -13523509 or 13346097. OLE color: 13346097.

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

Color convert

RGB 49 165 203 -
CMYK 0.76 0.19 0 0.20
HSL 194.81º 0.61% 0.49% -
HSV(B) 194.81º 0.76% 0.8% -
XYZ 25.5 31.88 61.31 -
YUV 134.65 166.57 66.91 -
System Red Green Blue C M Y K H S L
Decimal 49 165 203 0.76 0.19 0 0.20 194.81 0.61 0.49
Hex 31 A5 CB 4C 13 0 14 C3 3D 31
Octal 61 245 313 114 23 0 24 303 75 61
Binary 110001 10100101 11001011 1001100 10011 0 10100 11000011 111101 110001

Color Harmonies of #31A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A5CB

Black with #31A5CB

Text Example


Text Example

White with #31A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,165,203); }

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

background-color css

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

 a { background-color: rgb(49,165,203); }

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

border-color css

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

 span { border-color: rgb(49,165,203); }

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