Html Css Color HEX #A8C8B9 Loblolly

📋 copy color: '#A8C8B9'

red 168 ◦ green 200 ◦ blue 185

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

Shades of Loblolly #A8C8B9

Tints of Loblolly #A8C8B9

RGB

 RED value IS 168 (66.02% from 255) = 30.38%

 GREEN value IS 200 (78.52% from 255) = 36.17%

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 30.38%
G = 36.17%
B = 33.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#A8C8B9 (or 0xA8C8B9) is known color: Loblolly. HEX triplet: A8, C8 and B9. RGB value is (168,200,185). Sum of RGB (Red+Green+Blue) = 168+200+185=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8B9 is #573746. Grayscale: #BCBCBC. Windows color (decimal): -5715783 or 12175528. OLE color: 12175528.

HSL color Cylindrical-coordinate representation of color #A8C8B9: hue angle of 151.88º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C8B9 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 185 -
CMYK 0.16 0 0.08 0.22
HSL 151.88º 0.23% 0.72% -
HSV(B) 151.88º 0.16% 0.78% -
XYZ 45.56 53.14 53.75 -
YUV 188.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 168 200 185 0.16 0 0.08 0.22 151.88 0.23 0.72
Hex A8 C8 B9 10 0 8 16 98 17 48
Octal 250 310 271 20 0 10 26 230 27 110
Binary 10101000 11001000 10111001 10000 0 1000 10110 10011000 10111 1001000

Color Harmonies of #A8C8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C8B9

Black with #A8C8B9

Text Example


Text Example

White with #A8C8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C8B9; }

 p { color: rgb(168,200,185); }

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

background-color css

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

 a { background-color: rgb(168,200,185); }

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

border-color css

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

 span { border-color: rgb(168,200,185); }

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