#2db6f1

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

Shades of Summer Sky #2DB6F1

Tints of Summer Sky #2DB6F1

Color information

#2DB6F1 (or 0x2DB6F1) is unknown color: approx Summer Sky. HEX triplet: 2D, B6 and F1. RGB value is (45,182,241). Sum of RGB (Red+Green+Blue) = 45+182+241=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DB6F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB6F1 is #D2490E. Grayscale: #939393. Windows color (decimal): -13781263 or 15840813. OLE color: 15840813.

HSL color Cylindrical-coordinate representation of color #2DB6F1: hue angle of 198.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DB6F1 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB45182241-
CMYK0.810.2400.05
HSL198.06º87.5%56.08%-
HSV(B)198.06º81.33%94.51%-
XYZ33.6940.3689.23-
YUV147.76180.6154.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.62%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 241 (94.53% from 255) = 51.50%
R=9.62%
G=38.89%
B=51.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal451822410.810.2400.05198.0687.556.08
Hex2DB6F1511805c65838
Octal55266361121300530613070
Binary10110110110110111100011010001110000101110001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db6f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,182,241); }

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

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

 a { background-color: rgb(45,182,241); }

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

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

 span { border-color: rgb(45,182,241); }

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