Html Css Color HEX #31BEEB Summer Sky

📋 copy color: '#31BEEB'

red 49 ◦ green 190 ◦ blue 235

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

Shades of Summer Sky #31BEEB

Tints of Summer Sky #31BEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.08%

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

R = 10.34%
G = 40.08%
B = 49.58%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31BEEB (or 0x31BEEB) is known color: Summer Sky. HEX triplet: 31, BE and EB. RGB value is (49,190,235). Sum of RGB (Red+Green+Blue) = 49+190+235=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #31BEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEEB is #CE4114. Grayscale: #989898. Windows color (decimal): -13517077 or 15449649. OLE color: 15449649.

HSL color Cylindrical-coordinate representation of color #31BEEB: hue angle of 194.52º 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 #31BEEB is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 190 235 -
CMYK 0.79 0.19 0 0.08
HSL 194.52º 0.82% 0.56% -
HSV(B) 194.52º 0.79% 0.92% -
XYZ 34.68 43.48 85.16 -
YUV 152.97 174.29 53.84 -
System Red Green Blue C M Y K H S L
Decimal 49 190 235 0.79 0.19 0 0.08 194.52 0.82 0.56
Hex 31 BE EB 4F 13 0 8 C3 52 38
Octal 61 276 353 117 23 0 10 303 122 70
Binary 110001 10111110 11101011 1001111 10011 0 1000 11000011 1010010 111000

Color Harmonies of #31BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEEB

Black with #31BEEB

Text Example


Text Example

White with #31BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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