Html Css Color HEX #31BBFF Summer Sky

📋 copy color: '#31BBFF'

red 49 ◦ green 187 ◦ blue 255

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

Shades of Summer Sky #31BBFF

Tints of Summer Sky #31BBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 9.98%
G = 38.09%
B = 51.93%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#31BBFF (or 0x31BBFF) is known color: Summer Sky. HEX triplet: 31, BB and FF. RGB value is (49,187,255). Sum of RGB (Red+Green+Blue) = 49+187+255=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #31BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBFF is #CE4400. Grayscale: #999999. Windows color (decimal): -13517825 or 16759601. OLE color: 16759601.

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

Color convert

RGB 49 187 255 -
CMYK 0.81 0.27 0 0
HSL 199.81º 1% 0.6% -
HSV(B) 199.81º 0.81% 1% -
XYZ 37.09 43.41 101.03 -
YUV 153.49 185.28 53.47 -
System Red Green Blue C M Y K H S L
Decimal 49 187 255 0.81 0.27 0 0 199.81 1 0.6
Hex 31 BB FF 51 1B 0 0 C8 64 3C
Octal 61 273 377 121 33 0 0 310 144 74
Binary 110001 10111011 11111111 1010001 11011 0 0 11001000 1100100 111100

Color Harmonies of #31BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBFF

Black with #31BBFF

Text Example


Text Example

White with #31BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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