Html Css Color HEX #31C1EA Summer Sky

📋 copy color: '#31C1EA'

red 49 ◦ green 193 ◦ blue 234

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

Shades of Summer Sky #31C1EA

Tints of Summer Sky #31C1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.55%

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

R = 10.29%
G = 40.55%
B = 49.16%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31C1EA (or 0x31C1EA) is known color: Summer Sky. HEX triplet: 31, C1 and EA. RGB value is (49,193,234). Sum of RGB (Red+Green+Blue) = 49+193+234=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #31C1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C1EA is #CE3E15. Grayscale: #9A9A9A. Windows color (decimal): -13516310 or 15384881. OLE color: 15384881.

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

Color convert

RGB 49 193 234 -
CMYK 0.79 0.18 0 0.08
HSL 193.3º 0.81% 0.55% -
HSV(B) 193.3º 0.79% 0.92% -
XYZ 35.19 44.73 84.62 -
YUV 154.62 172.79 52.67 -
System Red Green Blue C M Y K H S L
Decimal 49 193 234 0.79 0.18 0 0.08 193.3 0.81 0.55
Hex 31 C1 EA 4F 12 0 8 C1 51 37
Octal 61 301 352 117 22 0 10 301 121 67
Binary 110001 11000001 11101010 1001111 10010 0 1000 11000001 1010001 110111

Color Harmonies of #31C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C1EA

Black with #31C1EA

Text Example


Text Example

White with #31C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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