Html Css Color HEX #2A8CAD Pelorous

📋 copy color: '#2A8CAD'

red 42 ◦ green 140 ◦ blue 173

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

Shades of Pelorous #2A8CAD

Tints of Pelorous #2A8CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.44%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 11.83%
G = 39.44%
B = 48.73%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A8CAD (or 0x2A8CAD) is known color: Pelorous. HEX triplet: 2A, 8C and AD. RGB value is (42,140,173). Sum of RGB (Red+Green+Blue) = 42+140+173=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A8CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8CAD is #D57352. Grayscale: #727272. Windows color (decimal): -13988691 or 11373610. OLE color: 11373610.

HSL color Cylindrical-coordinate representation of color #2A8CAD: hue angle of 195.11º 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 #2A8CAD is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 140 173 -
CMYK 0.76 0.19 0 0.32
HSL 195.11º 0.61% 0.42% -
HSV(B) 195.11º 0.76% 0.68% -
XYZ 17.88 22.27 42.89 -
YUV 114.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 42 140 173 0.76 0.19 0 0.32 195.11 0.61 0.42
Hex 2A 8C AD 4C 13 0 20 C3 3D 2A
Octal 52 214 255 114 23 0 40 303 75 52
Binary 101010 10001100 10101101 1001100 10011 0 100000 11000011 111101 101010

Color Harmonies of #2A8CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8CAD

Black with #2A8CAD

Text Example


Text Example

White with #2A8CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,140,173); }

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

background-color css

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

 a { background-color: rgb(42,140,173); }

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

border-color css

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

 span { border-color: rgb(42,140,173); }

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