Html Css Color HEX #31BDEA Summer Sky

📋 copy color: '#31BDEA'

red 49 ◦ green 189 ◦ blue 234

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

Shades of Summer Sky #31BDEA

Tints of Summer Sky #31BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

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

R = 10.38%
G = 40.04%
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

#31BDEA (or 0x31BDEA) is known color: Summer Sky. HEX triplet: 31, BD and EA. RGB value is (49,189,234). Sum of RGB (Red+Green+Blue) = 49+189+234=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #31BDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BDEA is #CE4215. Grayscale: #979797. Windows color (decimal): -13517334 or 15383857. OLE color: 15383857.

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

Color convert

RGB 49 189 234 -
CMYK 0.79 0.19 0 0.08
HSL 194.59º 0.81% 0.55% -
HSV(B) 194.59º 0.79% 0.92% -
XYZ 34.32 42.99 84.33 -
YUV 152.27 174.12 54.34 -
System Red Green Blue C M Y K H S L
Decimal 49 189 234 0.79 0.19 0 0.08 194.59 0.81 0.55
Hex 31 BD EA 4F 13 0 8 C3 51 37
Octal 61 275 352 117 23 0 10 303 121 67
Binary 110001 10111101 11101010 1001111 10011 0 1000 11000011 1010001 110111

Color Harmonies of #31BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDEA

Black with #31BDEA

Text Example


Text Example

White with #31BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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