#31CDF5

Color #31CDF5 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #31CDF5

Tints of Summer Sky #31CDF5

Color information

#31CDF5 (or 0x31CDF5) is unknown color: approx Summer Sky. HEX triplet: 31, CD and F5. RGB value is (49,205,245). Sum of RGB (Red+Green+Blue) = 49+205+245=499 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.82% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #31CDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CDF5 is #CE320A. Grayscale: #A2A2A2. Windows color (decimal): -13513227 or 16108849. OLE color: 16108849.

HSL color Cylindrical-coordinate representation of color #31CDF5: hue angle of 192.24º degrees, saturation: 0.91, 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 #31CDF5 is Cyan = 0.8, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49205245-
CMYK0.80.1600.04
HSL192.24º90.74%57.65%-
HSV(B)192.24º80%96.08%-
XYZ39.5850.9194.13-
YUV162.92174.3246.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.82%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 245 (96.09% from 255) = 49.10%
R=9.82%
G=41.08%
B=49.10%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492052450.80.1600.04192.2490.7457.65
Hex31CDF5501004c05b3a
Octal61315365120200430013372
Binary11000111001101111101011010000100000100110000001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,205,245); }

 H1.HeaderClassName
 {
   color: #31CDF5;
 }
 .AnyTagClassName
 {
   color: #31CDF5;
 }
</style>
background-color css

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

 a { background-color: rgb(49,205,245); }

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

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

 span { border-color: rgb(49,205,245); }

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