Html Css Color HEX #33AEBD Pelorous

📋 copy color: '#33AEBD'

red 51 ◦ green 174 ◦ blue 189

#33AEBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #33AEBD

Tints of Pelorous #33AEBD

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 value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#33AEBD (or 0x33AEBD) is known color: 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

RGB 51 174 189 -
CMYK 0.73 0.08 0 0.26
HSL 186.52º 0.58% 0.47% -
HSV(B) 186.52º 0.73% 0.74% -
XYZ 25.69 34.65 53.48 -
YUV 138.93 156.25 65.28 -
System Red Green Blue C M Y K H S L
Decimal 51 174 189 0.73 0.08 0 0.26 186.52 0.58 0.47
Hex 33 AE BD 49 8 0 1A BB 3A 2F
Octal 63 256 275 111 10 0 32 273 72 57
Binary 110011 10101110 10111101 1001001 1000 0 11010 10111011 111010 101111

Color Harmonies of #33AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AEBD

Black with #33AEBD

Text Example


Text Example

White with #33AEBD

Text Example


Text Example

HTML Codes & Css Web 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>