Html Css Color HEX #A2DDFE Columbia Blue

📋 copy color: '#A2DDFE'

red 162 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #A2DDFE

Tints of Columbia Blue #A2DDFE

RGB

 RED value IS 162 (63.67% from 255) = 25.43%

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

 BLUE value IS 254 (99.61% from 255) = 39.87%

R = 25.43%
G = 34.69%
B = 39.87%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A2DDFE (or 0xA2DDFE) is known color: Columbia Blue. HEX triplet: A2, DD and FE. RGB value is (162,221,254). Sum of RGB (Red+Green+Blue) = 162+221+254=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDFE is #5D2201. Grayscale: #CECECE. Windows color (decimal): -6103554 or 16702882. OLE color: 16702882.

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

Color convert

RGB 162 221 254 -
CMYK 0.36 0.13 0 0.00
HSL 201.52º 0.98% 0.82% -
HSV(B) 201.52º 0.36% 1% -
XYZ 58.65 66.55 103.52 -
YUV 207.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 162 221 254 0.36 0.13 0 0.00 201.52 0.98 0.82
Hex A2 DD FE 24 D 0 0 CA 62 52
Octal 242 335 376 44 15 0 0 312 142 122
Binary 10100010 11011101 11111110 100100 1101 0 0 11001010 1100010 1010010

Color Harmonies of #A2DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DDFE

Black with #A2DDFE

Text Example


Text Example

White with #A2DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DDFE; }

 p { color: rgb(162,221,254); }

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

background-color css

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

 a { background-color: rgb(162,221,254); }

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

border-color css

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

 span { border-color: rgb(162,221,254); }

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