Html Css Color HEX #31D4FB Summer Sky

📋 copy color: '#31D4FB'

red 49 ◦ green 212 ◦ blue 251

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

Shades of Summer Sky #31D4FB

Tints of Summer Sky #31D4FB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

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

R = 9.57%
G = 41.41%
B = 49.02%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#31D4FB (or 0x31D4FB) is known color: Summer Sky. HEX triplet: 31, D4 and FB. RGB value is (49,212,251). Sum of RGB (Red+Green+Blue) = 49+212+251=512 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.57% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #31D4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D4FB is #CE2B04. Grayscale: #A7A7A7. Windows color (decimal): -13511429 or 16503857. OLE color: 16503857.

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

Color convert

RGB 49 212 251 -
CMYK 0.80 0.16 0 0.02
HSL 191.58º 0.96% 0.59% -
HSV(B) 191.58º 0.8% 0.98% -
XYZ 42.22 54.7 99.6 -
YUV 167.71 175 43.33 -
System Red Green Blue C M Y K H S L
Decimal 49 212 251 0.80 0.16 0 0.02 191.58 0.96 0.59
Hex 31 D4 FB 50 10 0 2 C0 60 3B
Octal 61 324 373 120 20 0 2 300 140 73
Binary 110001 11010100 11111011 1010000 10000 0 10 11000000 1100000 111011

Color Harmonies of #31D4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D4FB

Black with #31D4FB

Text Example


Text Example

White with #31D4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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