Html Css Color HEX #A1DDFC Columbia Blue

📋 copy color: '#A1DDFC'

red 161 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #A1DDFC

Tints of Columbia Blue #A1DDFC

RGB

 RED value IS 161 (63.28% from 255) = 25.39%

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

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

R = 25.39%
G = 34.86%
B = 39.75%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1DDFC (or 0xA1DDFC) is known color: Columbia Blue. HEX triplet: A1, DD and FC. RGB value is (161,221,252). Sum of RGB (Red+Green+Blue) = 161+221+252=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDFC is #5E2203. Grayscale: #CECECE. Windows color (decimal): -6169092 or 16571809. OLE color: 16571809.

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

Color convert

RGB 161 221 252 -
CMYK 0.36 0.12 0 0.01
HSL 200.44º 0.94% 0.81% -
HSV(B) 200.44º 0.36% 0.99% -
XYZ 58.13 66.32 101.83 -
YUV 206.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 161 221 252 0.36 0.12 0 0.01 200.44 0.94 0.81
Hex A1 DD FC 24 C 0 1 C8 5E 51
Octal 241 335 374 44 14 0 1 310 136 121
Binary 10100001 11011101 11111100 100100 1100 0 1 11001000 1011110 1010001

Color Harmonies of #A1DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDFC

Black with #A1DDFC

Text Example


Text Example

White with #A1DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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