Html Css Color HEX #31D6FB Summer Sky

📋 copy color: '#31D6FB'

red 49 ◦ green 214 ◦ blue 251

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

Shades of Summer Sky #31D6FB

Tints of Summer Sky #31D6FB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.63%

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

R = 9.53%
G = 41.63%
B = 48.83%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31D6FB (or 0x31D6FB) is known color: Summer Sky. HEX triplet: 31, D6 and FB. RGB value is (49,214,251). Sum of RGB (Red+Green+Blue) = 49+214+251=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #31D6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D6FB is #CE2904. Grayscale: #A8A8A8. Windows color (decimal): -13510917 or 16504369. OLE color: 16504369.

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

Color convert

RGB 49 214 251 -
CMYK 0.80 0.15 0 0.02
HSL 190.99º 0.96% 0.59% -
HSV(B) 190.99º 0.8% 0.98% -
XYZ 42.73 55.71 99.77 -
YUV 168.88 174.34 42.49 -
System Red Green Blue C M Y K H S L
Decimal 49 214 251 0.80 0.15 0 0.02 190.99 0.96 0.59
Hex 31 D6 FB 50 F 0 2 BF 60 3B
Octal 61 326 373 120 17 0 2 277 140 73
Binary 110001 11010110 11111011 1010000 1111 0 10 10111111 1100000 111011

Color Harmonies of #31D6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D6FB

Black with #31D6FB

Text Example


Text Example

White with #31D6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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