#2dabef

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

Shades of Summer Sky #2DABEF

Tints of Summer Sky #2DABEF

Color information

#2DABEF (or 0x2DABEF) is unknown color: approx Summer Sky. HEX triplet: 2D, AB and EF. RGB value is (45,171,239). Sum of RGB (Red+Green+Blue) = 45+171+239=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DABEF is #D25410. Grayscale: #8C8C8C. Windows color (decimal): -13784081 or 15706925. OLE color: 15706925.

HSL color Cylindrical-coordinate representation of color #2DABEF: hue angle of 201.03º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DABEF is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB45171239-
CMYK0.810.2800.06
HSL201.03º85.84%55.69%-
HSV(B)201.03º81.17%93.73%-
XYZ31.2335.9286.95-
YUV141.08183.2659.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.89%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 239 (93.75% from 255) = 52.53%
R=9.89%
G=37.58%
B=52.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal451712390.810.2800.06201.0385.8455.69
Hex2DABEF511C06c95638
Octal55253357121340631112670
Binary10110110101011111011111010001111000110110010011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dabef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,171,239); }

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

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

 a { background-color: rgb(45,171,239); }

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

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

 span { border-color: rgb(45,171,239); }

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