#33AEBD

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

Shades of Pelorous #33AEBD

Tints of Pelorous #33AEBD

Color information

#33AEBD (or 0x33AEBD) is unknown color: approx Pelorous. HEX triplet: 33, AE and BD. RGB value is (51,174,189). Sum of RGB (Red+Green+Blue) = 51+174+189=414 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.32% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #33AEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AEBD is #CC5142. Grayscale: #8A8A8A. Windows color (decimal): -13390147 or 12430899. OLE color: 12430899.

HSL color Cylindrical-coordinate representation of color #33AEBD: hue angle of 186.52º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33AEBD is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51174189-
CMYK0.730.0800.26
HSL186.52º57.5%47.06%-
HSV(B)186.52º73.02%74.12%-
XYZ25.6934.6553.48-
YUV138.93156.2565.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.32%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=12.32%
G=42.03%
B=45.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511741890.730.0800.26186.5257.547.06
Hex33AEBD49801Abb3a2f
Octal63256275111100322737257
Binary11001110101110101111011001001100001101010111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33AEBD; }

 p { color: rgb(51,174,189); }

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

<style>
 a { background-color: #33AEBD; }

 a { background-color: rgb(51,174,189); }

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

<style>
 span { border-color: #33AEBD; }

 span { border-color: rgb(51,174,189); }

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