Html Css Color HEX #A8DDDD Powder Blue

📋 copy color: '#A8DDDD'

red 168 ◦ green 221 ◦ blue 221

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

Shades of Powder Blue #A8DDDD

Tints of Powder Blue #A8DDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.23%

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 27.54%
G = 36.23%
B = 36.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8DDDD (or 0xA8DDDD) is known color: Powder Blue. HEX triplet: A8, DD and DD. RGB value is (168,221,221). Sum of RGB (Red+Green+Blue) = 168+221+221=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A8DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDDD is #572222. Grayscale: #CDCDCD. Windows color (decimal): -5710371 or 14540200. OLE color: 14540200.

HSL color Cylindrical-coordinate representation of color #A8DDDD: hue angle of 180º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDDD is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 221 -
CMYK 0.24 0 0 0.13
HSL 180º 0.44% 0.76% -
HSV(B) 180º 0.24% 0.87% -
XYZ 55.06 65.26 78.1 -
YUV 205.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 168 221 221 0.24 0 0 0.13 180 0.44 0.76
Hex A8 DD DD 18 0 0 D B4 2C 4C
Octal 250 335 335 30 0 0 15 264 54 114
Binary 10101000 11011101 11011101 11000 0 0 1101 10110100 101100 1001100

Color Harmonies of #A8DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDDD

Black with #A8DDDD

Text Example


Text Example

White with #A8DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDDD; }

 p { color: rgb(168,221,221); }

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

background-color css

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

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

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

border-color css

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

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

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