Html Css Color HEX #31A8CD Summer Sky

📋 copy color: '#31A8CD'

red 49 ◦ green 168 ◦ blue 205

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

Shades of Summer Sky #31A8CD

Tints of Summer Sky #31A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 11.61%
G = 39.81%
B = 48.58%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31A8CD (or 0x31A8CD) is known color: Summer Sky. HEX triplet: 31, A8 and CD. RGB value is (49,168,205). Sum of RGB (Red+Green+Blue) = 49+168+205=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #31A8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A8CD is #CE5732. Grayscale: #888888. Windows color (decimal): -13522739 or 13477937. OLE color: 13477937.

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

Color convert

RGB 49 168 205 -
CMYK 0.76 0.18 0 0.20
HSL 194.23º 0.61% 0.5% -
HSV(B) 194.23º 0.76% 0.8% -
XYZ 26.29 33.07 62.75 -
YUV 136.64 166.58 65.49 -
System Red Green Blue C M Y K H S L
Decimal 49 168 205 0.76 0.18 0 0.20 194.23 0.61 0.5
Hex 31 A8 CD 4C 12 0 14 C2 3D 32
Octal 61 250 315 114 22 0 24 302 75 62
Binary 110001 10101000 11001101 1001100 10010 0 10100 11000010 111101 110010

Color Harmonies of #31A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A8CD

Black with #31A8CD

Text Example


Text Example

White with #31A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,168,205); }

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

background-color css

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

 a { background-color: rgb(49,168,205); }

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

border-color css

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

 span { border-color: rgb(49,168,205); }

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