Html Css Color HEX #31ACCB Summer Sky

📋 copy color: '#31ACCB'

red 49 ◦ green 172 ◦ blue 203

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

Shades of Summer Sky #31ACCB

Tints of Summer Sky #31ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

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

R = 11.56%
G = 40.57%
B = 47.88%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31ACCB (or 0x31ACCB) is known color: Summer Sky. HEX triplet: 31, AC and CB. RGB value is (49,172,203). Sum of RGB (Red+Green+Blue) = 49+172+203=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #31ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACCB is #CE5334. Grayscale: #8A8A8A. Windows color (decimal): -13521717 or 13347889. OLE color: 13347889.

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

Color convert

RGB 49 172 203 -
CMYK 0.76 0.15 0 0.20
HSL 192.08º 0.61% 0.49% -
HSV(B) 192.08º 0.76% 0.8% -
XYZ 26.8 34.47 61.74 -
YUV 138.76 164.25 63.98 -
System Red Green Blue C M Y K H S L
Decimal 49 172 203 0.76 0.15 0 0.20 192.08 0.61 0.49
Hex 31 AC CB 4C F 0 14 C0 3D 31
Octal 61 254 313 114 17 0 24 300 75 61
Binary 110001 10101100 11001011 1001100 1111 0 10100 11000000 111101 110001

Color Harmonies of #31ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACCB

Black with #31ACCB

Text Example


Text Example

White with #31ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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