Html Css Color HEX #A8DDFF Columbia Blue

📋 copy color: '#A8DDFF'

red 168 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #A8DDFF

Tints of Columbia Blue #A8DDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.6%

R = 26.09%
G = 34.32%
B = 39.6%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8DDFF (or 0xA8DDFF) is known color: Columbia Blue. HEX triplet: A8, DD and FF. RGB value is (168,221,255). Sum of RGB (Red+Green+Blue) = 168+221+255=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDFF is #572200. Grayscale: #D0D0D0. Windows color (decimal): -5710337 or 16768424. OLE color: 16768424.

HSL color Cylindrical-coordinate representation of color #A8DDFF: hue angle of 203.45º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DDFF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 221 255 -
CMYK 0.34 0.13 0 0
HSL 203.45º 1% 0.83% -
HSV(B) 203.45º 0.34% 1% -
XYZ 60.05 67.26 104.42 -
YUV 209.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 168 221 255 0.34 0.13 0 0 203.45 1 0.83
Hex A8 DD FF 22 D 0 0 CB 64 53
Octal 250 335 377 42 15 0 0 313 144 123
Binary 10101000 11011101 11111111 100010 1101 0 0 11001011 1100100 1010011

Color Harmonies of #A8DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDFF

Black with #A8DDFF

Text Example


Text Example

White with #A8DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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