#2DC6F8

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

Shades of Summer Sky #2DC6F8

Tints of Summer Sky #2DC6F8

Color information

#2DC6F8 (or 0x2DC6F8) is unknown color: approx Summer Sky. HEX triplet: 2D, C6 and F8. RGB value is (45,198,248). Sum of RGB (Red+Green+Blue) = 45+198+248=491 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.16% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #2DC6F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC6F8 is #D23907. Grayscale: #9D9D9D. Windows color (decimal): -13777160 or 16303661. OLE color: 16303661.

HSL color Cylindrical-coordinate representation of color #2DC6F8: hue angle of 194.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DC6F8 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB45198248-
CMYK0.820.2000.03
HSL194.78º93.55%57.45%-
HSV(B)194.78º81.85%97.25%-
XYZ38.2247.7296-
YUV157.95178.8147.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.16%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 248 (97.27% from 255) = 50.51%
R=9.16%
G=40.33%
B=50.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal451982480.820.2000.03194.7893.5557.45
Hex2DC6F8521403c35e39
Octal55306370122240330313671
Binary1011011100011011111000101001010100011110000111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DC6F8; }

 p { color: rgb(45,198,248); }

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

<style>
 a { background-color: #2DC6F8; }

 a { background-color: rgb(45,198,248); }

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

<style>
 span { border-color: #2DC6F8; }

 span { border-color: rgb(45,198,248); }

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