Html Css Color HEX #A7DDFF Columbia Blue

📋 copy color: '#A7DDFF'

red 167 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #A7DDFF

Tints of Columbia Blue #A7DDFF

RGB

 RED value IS 167 (65.63% from 255) = 25.97%

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

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

R = 25.97%
G = 34.37%
B = 39.66%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A7DDFF (or 0xA7DDFF) is known color: Columbia Blue. HEX triplet: A7, DD and FF. RGB value is (167,221,255). Sum of RGB (Red+Green+Blue) = 167+221+255=643 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.97% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDFF is #582200. Grayscale: #D0D0D0. Windows color (decimal): -5775873 or 16768423. OLE color: 16768423.

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

Color convert

RGB 167 221 255 -
CMYK 0.35 0.13 0 0
HSL 203.18º 1% 0.83% -
HSV(B) 203.18º 0.35% 1% -
XYZ 59.84 67.15 104.41 -
YUV 208.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 167 221 255 0.35 0.13 0 0 203.18 1 0.83
Hex A7 DD FF 23 D 0 0 CB 64 53
Octal 247 335 377 43 15 0 0 313 144 123
Binary 10100111 11011101 11111111 100011 1101 0 0 11001011 1100100 1010011

Color Harmonies of #A7DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DDFF

Black with #A7DDFF

Text Example


Text Example

White with #A7DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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