Html Css Color HEX #31BCFA Summer Sky

📋 copy color: '#31BCFA'

red 49 ◦ green 188 ◦ blue 250

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

Shades of Summer Sky #31BCFA

Tints of Summer Sky #31BCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 10.06%
G = 38.6%
B = 51.33%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31BCFA (or 0x31BCFA) is known color: Summer Sky. HEX triplet: 31, BC and FA. RGB value is (49,188,250). Sum of RGB (Red+Green+Blue) = 49+188+250=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #31BCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BCFA is #CE4305. Grayscale: #999999. Windows color (decimal): -13517574 or 16432177. OLE color: 16432177.

HSL color Cylindrical-coordinate representation of color #31BCFA: hue angle of 198.51º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BCFA is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 188 250 -
CMYK 0.80 0.25 0 0.02
HSL 198.51º 0.95% 0.59% -
HSV(B) 198.51º 0.8% 0.98% -
XYZ 36.51 43.52 96.92 -
YUV 153.51 182.45 53.46 -
System Red Green Blue C M Y K H S L
Decimal 49 188 250 0.80 0.25 0 0.02 198.51 0.95 0.59
Hex 31 BC FA 50 19 0 2 C7 5F 3B
Octal 61 274 372 120 31 0 2 307 137 73
Binary 110001 10111100 11111010 1010000 11001 0 10 11000111 1011111 111011

Color Harmonies of #31BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCFA

Black with #31BCFA

Text Example


Text Example

White with #31BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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