Html Css Color HEX #31ABEB Summer Sky

📋 copy color: '#31ABEB'

red 49 ◦ green 171 ◦ blue 235

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

Shades of Summer Sky #31ABEB

Tints of Summer Sky #31ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 10.77%
G = 37.58%
B = 51.65%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31ABEB (or 0x31ABEB) is known color: Summer Sky. HEX triplet: 31, AB and EB. RGB value is (49,171,235). Sum of RGB (Red+Green+Blue) = 49+171+235=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #31ABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ABEB is #CE5414. Grayscale: #8D8D8D. Windows color (decimal): -13521941 or 15444785. OLE color: 15444785.

HSL color Cylindrical-coordinate representation of color #31ABEB: hue angle of 200.65º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ABEB is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 171 235 -
CMYK 0.79 0.27 0 0.08
HSL 200.65º 0.82% 0.56% -
HSV(B) 200.65º 0.79% 0.92% -
XYZ 30.82 35.78 83.88 -
YUV 141.82 180.58 61.8 -
System Red Green Blue C M Y K H S L
Decimal 49 171 235 0.79 0.27 0 0.08 200.65 0.82 0.56
Hex 31 AB EB 4F 1B 0 8 C9 52 38
Octal 61 253 353 117 33 0 10 311 122 70
Binary 110001 10101011 11101011 1001111 11011 0 1000 11001001 1010010 111000

Color Harmonies of #31ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABEB

Black with #31ABEB

Text Example


Text Example

White with #31ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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