Html Css Color HEX #31BCFE Summer Sky

📋 copy color: '#31BCFE'

red 49 ◦ green 188 ◦ blue 254

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

Shades of Summer Sky #31BCFE

Tints of Summer Sky #31BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 9.98%
G = 38.29%
B = 51.73%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#31BCFE (or 0x31BCFE) is known color: Summer Sky. HEX triplet: 31, BC and FE. RGB value is (49,188,254). Sum of RGB (Red+Green+Blue) = 49+188+254=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #31BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BCFE is #CE4301. Grayscale: #999999. Windows color (decimal): -13517570 or 16694321. OLE color: 16694321.

HSL color Cylindrical-coordinate representation of color #31BCFE: hue angle of 199.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BCFE is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 188 254 -
CMYK 0.81 0.26 0 0.00
HSL 199.32º 0.99% 0.59% -
HSV(B) 199.32º 0.81% 1% -
XYZ 37.14 43.78 100.26 -
YUV 153.96 184.45 53.13 -
System Red Green Blue C M Y K H S L
Decimal 49 188 254 0.81 0.26 0 0.00 199.32 0.99 0.59
Hex 31 BC FE 51 1A 0 0 C7 63 3B
Octal 61 274 376 121 32 0 0 307 143 73
Binary 110001 10111100 11111110 1010001 11010 0 0 11000111 1100011 111011

Color Harmonies of #31BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCFE

Black with #31BCFE

Text Example


Text Example

White with #31BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,254); }

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

background-color css

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

 a { background-color: rgb(49,188,254); }

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

border-color css

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

 span { border-color: rgb(49,188,254); }

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