Html Css Color HEX #A8DDFB Columbia Blue

📋 copy color: '#A8DDFB'

red 168 ◦ green 221 ◦ blue 251

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

Shades of Columbia Blue #A8DDFB

Tints of Columbia Blue #A8DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.22%

R = 26.25%
G = 34.53%
B = 39.22%

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

#A8DDFB (or 0xA8DDFB) is known color: Columbia Blue. HEX triplet: A8, DD and FB. RGB value is (168,221,251). Sum of RGB (Red+Green+Blue) = 168+221+251=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDFB is #572204. Grayscale: #D0D0D0. Windows color (decimal): -5710341 or 16506280. OLE color: 16506280.

HSL color Cylindrical-coordinate representation of color #A8DDFB: hue angle of 201.69º degrees, saturation: 0.91, 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 #A8DDFB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 221 251 -
CMYK 0.33 0.12 0 0.02
HSL 201.69º 0.91% 0.82% -
HSV(B) 201.69º 0.33% 0.98% -
XYZ 59.42 67 101.07 -
YUV 208.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 168 221 251 0.33 0.12 0 0.02 201.69 0.91 0.82
Hex A8 DD FB 21 C 0 2 CA 5B 52
Octal 250 335 373 41 14 0 2 312 133 122
Binary 10101000 11011101 11111011 100001 1100 0 10 11001010 1011011 1010010

Color Harmonies of #A8DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDFB

Black with #A8DDFB

Text Example


Text Example

White with #A8DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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