Html Css Color HEX #A8DDFA Columbia Blue

📋 copy color: '#A8DDFA'

red 168 ◦ green 221 ◦ blue 250

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

Shades of Columbia Blue #A8DDFA

Tints of Columbia Blue #A8DDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.12%

R = 26.29%
G = 34.59%
B = 39.12%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8DDFA (or 0xA8DDFA) is known color: Columbia Blue. HEX triplet: A8, DD and FA. RGB value is (168,221,250). Sum of RGB (Red+Green+Blue) = 168+221+250=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDFA is #572205. Grayscale: #D0D0D0. Windows color (decimal): -5710342 or 16440744. OLE color: 16440744.

HSL color Cylindrical-coordinate representation of color #A8DDFA: hue angle of 201.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DDFA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 221 250 -
CMYK 0.33 0.12 0 0.02
HSL 201.22º 0.89% 0.82% -
HSV(B) 201.22º 0.33% 0.98% -
XYZ 59.26 66.94 100.24 -
YUV 208.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 168 221 250 0.33 0.12 0 0.02 201.22 0.89 0.82
Hex A8 DD FA 21 C 0 2 C9 59 52
Octal 250 335 372 41 14 0 2 311 131 122
Binary 10101000 11011101 11111010 100001 1100 0 10 11001001 1011001 1010010

Color Harmonies of #A8DDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDFA

Black with #A8DDFA

Text Example


Text Example

White with #A8DDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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