Html Css Color HEX #31D6FD Summer Sky

📋 copy color: '#31D6FD'

red 49 ◦ green 214 ◦ blue 253

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

Shades of Summer Sky #31D6FD

Tints of Summer Sky #31D6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 9.5%
G = 41.47%
B = 49.03%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#31D6FD (or 0x31D6FD) is known color: Summer Sky. HEX triplet: 31, D6 and FD. RGB value is (49,214,253). Sum of RGB (Red+Green+Blue) = 49+214+253=516 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.50% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #31D6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D6FD is #CE2902. Grayscale: #A8A8A8. Windows color (decimal): -13510915 or 16635441. OLE color: 16635441.

HSL color Cylindrical-coordinate representation of color #31D6FD: hue angle of 191.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31D6FD is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 214 253 -
CMYK 0.81 0.15 0 0.01
HSL 191.47º 0.98% 0.59% -
HSV(B) 191.47º 0.81% 0.99% -
XYZ 43.04 55.84 101.44 -
YUV 169.11 175.34 42.33 -
System Red Green Blue C M Y K H S L
Decimal 49 214 253 0.81 0.15 0 0.01 191.47 0.98 0.59
Hex 31 D6 FD 51 F 0 1 BF 62 3B
Octal 61 326 375 121 17 0 1 277 142 73
Binary 110001 11010110 11111101 1010001 1111 0 1 10111111 1100010 111011

Color Harmonies of #31D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D6FD

Black with #31D6FD

Text Example


Text Example

White with #31D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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