Html Css Color HEX #33ABBD Pelorous

📋 copy color: '#33ABBD'

red 51 ◦ green 171 ◦ blue 189

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

Shades of Pelorous #33ABBD

Tints of Pelorous #33ABBD

RGB

 RED value IS 51 (20.31% from 255) = 12.41%

 GREEN value IS 171 (67.19% from 255) = 41.61%

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 12.41%
G = 41.61%
B = 45.99%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#33ABBD (or 0x33ABBD) is known color: Pelorous. HEX triplet: 33, AB and BD. RGB value is (51,171,189). Sum of RGB (Red+Green+Blue) = 51+171+189=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #33ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABBD is #CC5442. Grayscale: #888888. Windows color (decimal): -13390915 or 12430131. OLE color: 12430131.

HSL color Cylindrical-coordinate representation of color #33ABBD: hue angle of 187.83º 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 #33ABBD is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 171 189 -
CMYK 0.73 0.10 0 0.26
HSL 187.83º 0.58% 0.47% -
HSV(B) 187.83º 0.73% 0.74% -
XYZ 25.11 33.5 53.29 -
YUV 137.17 157.24 66.54 -
System Red Green Blue C M Y K H S L
Decimal 51 171 189 0.73 0.10 0 0.26 187.83 0.58 0.47
Hex 33 AB BD 49 A 0 1A BC 3A 2F
Octal 63 253 275 111 12 0 32 274 72 57
Binary 110011 10101011 10111101 1001001 1010 0 11010 10111100 111010 101111

Color Harmonies of #33ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ABBD

Black with #33ABBD

Text Example


Text Example

White with #33ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33ABBD;
 }
 .AnyTagClassName
 {
   color: #33ABBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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