#33ABBF

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

Shades of Pelorous #33ABBF

Tints of Pelorous #33ABBF

Color information

#33ABBF (or 0x33ABBF) is unknown color: approx Pelorous. HEX triplet: 33, AB and BF. RGB value is (51,171,191). Sum of RGB (Red+Green+Blue) = 51+171+191=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #33ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABBF is #CC5440. Grayscale: #898989. Windows color (decimal): -13390913 or 12561203. OLE color: 12561203.

HSL color Cylindrical-coordinate representation of color #33ABBF: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33ABBF is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51171191-
CMYK0.730.1000.25
HSL188.57º57.85%47.45%-
HSV(B)188.57º73.3%74.9%-
XYZ25.3333.5954.44-
YUV137.4158.2466.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.35%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 191 (75% from 255) = 46.25%
R=12.35%
G=41.40%
B=46.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511711910.730.1000.25188.5757.8547.45
Hex33ABBF49A019bd3a2f
Octal63253277111120312757257
Binary11001110101011101111111001001101001100110111101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,171,191); }

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

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

 a { background-color: rgb(51,171,191); }

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

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

 span { border-color: rgb(51,171,191); }

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