Html Css Color HEX #31ABCB Summer Sky

📋 copy color: '#31ABCB'

red 49 ◦ green 171 ◦ blue 203

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

Shades of Summer Sky #31ABCB

Tints of Summer Sky #31ABCB

RGB

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

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

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

R = 11.58%
G = 40.43%
B = 47.99%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31ABCB (or 0x31ABCB) is known color: Summer Sky. HEX triplet: 31, AB and CB. RGB value is (49,171,203). Sum of RGB (Red+Green+Blue) = 49+171+203=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #31ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABCB is #CE5434. Grayscale: #898989. Windows color (decimal): -13521973 or 13347633. OLE color: 13347633.

HSL color Cylindrical-coordinate representation of color #31ABCB: hue angle of 192.47º 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 #31ABCB is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 171 203 -
CMYK 0.76 0.16 0 0.20
HSL 192.47º 0.61% 0.49% -
HSV(B) 192.47º 0.76% 0.8% -
XYZ 26.61 34.09 61.68 -
YUV 138.17 164.58 64.4 -
System Red Green Blue C M Y K H S L
Decimal 49 171 203 0.76 0.16 0 0.20 192.47 0.61 0.49
Hex 31 AB CB 4C 10 0 14 C0 3D 31
Octal 61 253 313 114 20 0 24 300 75 61
Binary 110001 10101011 11001011 1001100 10000 0 10100 11000000 111101 110001

Color Harmonies of #31ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABCB

Black with #31ABCB

Text Example


Text Example

White with #31ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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