Html Css Color HEX #2A9DAE Pelorous

📋 copy color: '#2A9DAE'

red 42 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #2A9DAE

Tints of Pelorous #2A9DAE

RGB

 RED value IS 42 (16.8% from 255) = 11.26%

 GREEN value IS 157 (61.72% from 255) = 42.09%

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

R = 11.26%
G = 42.09%
B = 46.65%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A9DAE (or 0x2A9DAE) is known color: Pelorous. HEX triplet: 2A, 9D and AE. RGB value is (42,157,174). Sum of RGB (Red+Green+Blue) = 42+157+174=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A9DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9DAE is #D56251. Grayscale: #7C7C7C. Windows color (decimal): -13984338 or 11443498. OLE color: 11443498.

HSL color Cylindrical-coordinate representation of color #2A9DAE: hue angle of 187.73º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A9DAE is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 157 174 -
CMYK 0.76 0.10 0 0.32
HSL 187.73º 0.61% 0.42% -
HSV(B) 187.73º 0.76% 0.68% -
XYZ 20.65 27.66 44.3 -
YUV 124.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 42 157 174 0.76 0.10 0 0.32 187.73 0.61 0.42
Hex 2A 9D AE 4C A 0 20 BC 3D 2A
Octal 52 235 256 114 12 0 40 274 75 52
Binary 101010 10011101 10101110 1001100 1010 0 100000 10111100 111101 101010

Color Harmonies of #2A9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9DAE

Black with #2A9DAE

Text Example


Text Example

White with #2A9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A9DAE; }

 p { color: rgb(42,157,174); }

 H1.HeaderClassName
 {
   color: #2A9DAE;
 }
 .AnyTagClassName
 {
   color: #2A9DAE;
 }
</style>

background-color css

<style>
 a { background-color: #2A9DAE; }

 a { background-color: rgb(42,157,174); }

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

border-color css

<style>
 span { border-color: #2A9DAE; }

 span { border-color: rgb(42,157,174); }

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