#2D9EBF

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

Shades of Pelorous #2D9EBF

Tints of Pelorous #2D9EBF

Color information

#2D9EBF (or 0x2D9EBF) is unknown color: approx Pelorous. HEX triplet: 2D, 9E and BF. RGB value is (45,158,191). Sum of RGB (Red+Green+Blue) = 45+158+191=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D9EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9EBF is #D26140. Grayscale: #7F7F7F. Windows color (decimal): -13787457 or 12557869. OLE color: 12557869.

HSL color Cylindrical-coordinate representation of color #2D9EBF: hue angle of 193.56º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D9EBF is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB45158191-
CMYK0.760.1700.25
HSL193.56º61.86%46.27%-
HSV(B)193.56º76.44%74.9%-
XYZ22.7128.7753.65-
YUV127.98163.5668.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.42%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 191 (75% from 255) = 48.48%
R=11.42%
G=40.10%
B=48.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal451581910.760.1700.25193.5661.8646.27
Hex2D9EBF4C11019c23e2e
Octal55236277114210313027656
Binary101101100111101011111110011001000101100111000010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,191); }

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

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

 a { background-color: rgb(45,158,191); }

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

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

 span { border-color: rgb(45,158,191); }

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