Html Css Color HEX #A8DDFC Columbia Blue

📋 copy color: '#A8DDFC'

red 168 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #A8DDFC

Tints of Columbia Blue #A8DDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.31%

R = 26.21%
G = 34.48%
B = 39.31%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8DDFC (or 0xA8DDFC) is known color: Columbia Blue. HEX triplet: A8, DD and FC. RGB value is (168,221,252). Sum of RGB (Red+Green+Blue) = 168+221+252=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDFC is #572203. Grayscale: #D0D0D0. Windows color (decimal): -5710340 or 16571816. OLE color: 16571816.

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

Color convert

RGB 168 221 252 -
CMYK 0.33 0.12 0 0.01
HSL 202.14º 0.93% 0.82% -
HSV(B) 202.14º 0.33% 0.99% -
XYZ 59.58 67.07 101.9 -
YUV 208.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 168 221 252 0.33 0.12 0 0.01 202.14 0.93 0.82
Hex A8 DD FC 21 C 0 1 CA 5D 52
Octal 250 335 374 41 14 0 1 312 135 122
Binary 10101000 11011101 11111100 100001 1100 0 1 11001010 1011101 1010010

Color Harmonies of #A8DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDFC

Black with #A8DDFC

Text Example


Text Example

White with #A8DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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