#2DB4F1

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

Shades of Summer Sky #2DB4F1

Tints of Summer Sky #2DB4F1

Color information

#2DB4F1 (or 0x2DB4F1) is unknown color: approx Summer Sky. HEX triplet: 2D, B4 and F1. RGB value is (45,180,241). Sum of RGB (Red+Green+Blue) = 45+180+241=466 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.66% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DB4F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB4F1 is #D24B0E. Grayscale: #929292. Windows color (decimal): -13781775 or 15840301. OLE color: 15840301.

HSL color Cylindrical-coordinate representation of color #2DB4F1: hue angle of 198.67º 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 #2DB4F1 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB45180241-
CMYK0.810.2500.05
HSL198.67º87.5%56.08%-
HSV(B)198.67º81.33%94.51%-
XYZ33.2839.5589.1-
YUV146.59181.2755.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.66%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 241 (94.53% from 255) = 51.72%
R=9.66%
G=38.63%
B=51.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal451802410.810.2500.05198.6787.556.08
Hex2DB4F1511905c75838
Octal55264361121310530713070
Binary10110110110100111100011010001110010101110001111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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