Html Css Color HEX #31BBFB Summer Sky

📋 copy color: '#31BBFB'

red 49 ◦ green 187 ◦ blue 251

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

Shades of Summer Sky #31BBFB

Tints of Summer Sky #31BBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

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

R = 10.06%
G = 38.4%
B = 51.54%

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

#31BBFB (or 0x31BBFB) is known color: Summer Sky. HEX triplet: 31, BB and FB. RGB value is (49,187,251). Sum of RGB (Red+Green+Blue) = 49+187+251=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #31BBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBFB is #CE4404. Grayscale: #989898. Windows color (decimal): -13517829 or 16497457. OLE color: 16497457.

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

Color convert

RGB 49 187 251 -
CMYK 0.80 0.25 0 0.02
HSL 199.01º 0.96% 0.59% -
HSV(B) 199.01º 0.8% 0.98% -
XYZ 36.45 43.16 97.68 -
YUV 153.03 183.28 53.8 -
System Red Green Blue C M Y K H S L
Decimal 49 187 251 0.80 0.25 0 0.02 199.01 0.96 0.59
Hex 31 BB FB 50 19 0 2 C7 60 3B
Octal 61 273 373 120 31 0 2 307 140 73
Binary 110001 10111011 11111011 1010000 11001 0 10 11000111 1100000 111011

Color Harmonies of #31BBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBFB

Black with #31BBFB

Text Example


Text Example

White with #31BBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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