Html Css Color HEX #31B2FB Summer Sky

📋 copy color: '#31B2FB'

red 49 ◦ green 178 ◦ blue 251

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

Shades of Summer Sky #31B2FB

Tints of Summer Sky #31B2FB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

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

R = 10.25%
G = 37.24%
B = 52.51%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31B2FB (or 0x31B2FB) is known color: Summer Sky. HEX triplet: 31, B2 and FB. RGB value is (49,178,251). Sum of RGB (Red+Green+Blue) = 49+178+251=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #31B2FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31B2FB is #CE4D04. Grayscale: #939393. Windows color (decimal): -13520133 or 16495153. OLE color: 16495153.

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

Color convert

RGB 49 178 251 -
CMYK 0.80 0.29 0 0.02
HSL 201.68º 0.96% 0.59% -
HSV(B) 201.68º 0.8% 0.98% -
XYZ 34.6 39.46 97.06 -
YUV 147.75 186.26 57.56 -
System Red Green Blue C M Y K H S L
Decimal 49 178 251 0.80 0.29 0 0.02 201.68 0.96 0.59
Hex 31 B2 FB 50 1D 0 2 CA 60 3B
Octal 61 262 373 120 35 0 2 312 140 73
Binary 110001 10110010 11111011 1010000 11101 0 10 11001010 1100000 111011

Color Harmonies of #31B2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B2FB

Black with #31B2FB

Text Example


Text Example

White with #31B2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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