Html Css Color HEX #31BCF6 Summer Sky

📋 copy color: '#31BCF6'

red 49 ◦ green 188 ◦ blue 246

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

Shades of Summer Sky #31BCF6

Tints of Summer Sky #31BCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 10.14%
G = 38.92%
B = 50.93%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#31BCF6 (or 0x31BCF6) is known color: Summer Sky. HEX triplet: 31, BC and F6. RGB value is (49,188,246). Sum of RGB (Red+Green+Blue) = 49+188+246=483 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.14% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #31BCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BCF6 is #CE4309. Grayscale: #989898. Windows color (decimal): -13517578 or 16170033. OLE color: 16170033.

HSL color Cylindrical-coordinate representation of color #31BCF6: hue angle of 197.66º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BCF6 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 188 246 -
CMYK 0.80 0.24 0 0.04
HSL 197.67º 0.92% 0.58% -
HSV(B) 197.67º 0.8% 0.96% -
XYZ 35.88 43.27 93.65 -
YUV 153.05 180.45 53.78 -
System Red Green Blue C M Y K H S L
Decimal 49 188 246 0.80 0.24 0 0.04 197.67 0.92 0.58
Hex 31 BC F6 50 18 0 4 C6 5C 3A
Octal 61 274 366 120 30 0 4 306 134 72
Binary 110001 10111100 11110110 1010000 11000 0 100 11000110 1011100 111010

Color Harmonies of #31BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCF6

Black with #31BCF6

Text Example


Text Example

White with #31BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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