Html Css Color HEX #31BEEA Summer Sky

📋 copy color: '#31BEEA'

red 49 ◦ green 190 ◦ blue 234

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

Shades of Summer Sky #31BEEA

Tints of Summer Sky #31BEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 10.36%
G = 40.17%
B = 49.47%

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

#31BEEA (or 0x31BEEA) is known color: Summer Sky. HEX triplet: 31, BE and EA. RGB value is (49,190,234). Sum of RGB (Red+Green+Blue) = 49+190+234=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #31BEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEEA is #CE4115. Grayscale: #989898. Windows color (decimal): -13517078 or 15384113. OLE color: 15384113.

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

Color convert

RGB 49 190 234 -
CMYK 0.79 0.19 0 0.08
HSL 194.27º 0.81% 0.55% -
HSV(B) 194.27º 0.79% 0.92% -
XYZ 34.53 43.42 84.4 -
YUV 152.86 173.79 53.92 -
System Red Green Blue C M Y K H S L
Decimal 49 190 234 0.79 0.19 0 0.08 194.27 0.81 0.55
Hex 31 BE EA 4F 13 0 8 C2 51 37
Octal 61 276 352 117 23 0 10 302 121 67
Binary 110001 10111110 11101010 1001111 10011 0 1000 11000010 1010001 110111

Color Harmonies of #31BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEEA

Black with #31BEEA

Text Example


Text Example

White with #31BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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