Html Css Color HEX #218DAE Pelorous

📋 copy color: '#218DAE'

red 33 ◦ green 141 ◦ blue 174

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

Shades of Pelorous #218DAE

Tints of Pelorous #218DAE

RGB

 RED value IS 33 (13.28% from 255) = 9.48%

 GREEN value IS 141 (55.47% from 255) = 40.52%

 BLUE value IS 174 (68.36% from 255) = 50%

R = 9.48%
G = 40.52%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#218DAE (or 0x218DAE) is known color: Pelorous. HEX triplet: 21, 8D and AE. RGB value is (33,141,174). Sum of RGB (Red+Green+Blue) = 33+141+174=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #218DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218DAE is #DE7251. Grayscale: #707070. Windows color (decimal): -14578258 or 11439393. OLE color: 11439393.

HSL color Cylindrical-coordinate representation of color #218DAE: hue angle of 194.04º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218DAE is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 141 174 -
CMYK 0.81 0.19 0 0.32
HSL 194.04º 0.68% 0.41% -
HSV(B) 194.04º 0.81% 0.68% -
XYZ 17.79 22.43 43.44 -
YUV 112.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 33 141 174 0.81 0.19 0 0.32 194.04 0.68 0.41
Hex 21 8D AE 51 13 0 20 C2 44 29
Octal 41 215 256 121 23 0 40 302 104 51
Binary 100001 10001101 10101110 1010001 10011 0 100000 11000010 1000100 101001

Color Harmonies of #218DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218DAE

Black with #218DAE

Text Example


Text Example

White with #218DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218DAE; }

 p { color: rgb(33,141,174); }

 H1.HeaderClassName
 {
   color: #218DAE;
 }
 .AnyTagClassName
 {
   color: #218DAE;
 }
</style>

background-color css

<style>
 a { background-color: #218DAE; }

 a { background-color: rgb(33,141,174); }

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

border-color css

<style>
 span { border-color: #218DAE; }

 span { border-color: rgb(33,141,174); }

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