Html Css Color HEX #31B9FB Summer Sky

📋 copy color: '#31B9FB'

red 49 ◦ green 185 ◦ blue 251

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

Shades of Summer Sky #31B9FB

Tints of Summer Sky #31B9FB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 10.1%
G = 38.14%
B = 51.75%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31B9FB (or 0x31B9FB) is known color: Summer Sky. HEX triplet: 31, B9 and FB. RGB value is (49,185,251). Sum of RGB (Red+Green+Blue) = 49+185+251=485 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.10% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #31B9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B9FB is #CE4604. Grayscale: #979797. Windows color (decimal): -13518341 or 16496945. OLE color: 16496945.

HSL color Cylindrical-coordinate representation of color #31B9FB: hue angle of 199.6º degrees, saturation: 0.96, 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 #31B9FB is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 185 251 -
CMYK 0.80 0.26 0 0.02
HSL 199.6º 0.96% 0.59% -
HSV(B) 199.6º 0.8% 0.98% -
XYZ 36.03 42.32 97.54 -
YUV 151.86 183.94 54.63 -
System Red Green Blue C M Y K H S L
Decimal 49 185 251 0.80 0.26 0 0.02 199.6 0.96 0.59
Hex 31 B9 FB 50 1A 0 2 C8 60 3B
Octal 61 271 373 120 32 0 2 310 140 73
Binary 110001 10111001 11111011 1010000 11010 0 10 11001000 1100000 111011

Color Harmonies of #31B9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B9FB

Black with #31B9FB

Text Example


Text Example

White with #31B9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,185,251); }

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

background-color css

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

 a { background-color: rgb(49,185,251); }

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

border-color css

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

 span { border-color: rgb(49,185,251); }

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