Html Css Color HEX #A4DAFF Columbia Blue

📋 copy color: '#A4DAFF'

red 164 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #A4DAFF

Tints of Columbia Blue #A4DAFF

RGB

 RED value IS 164 (64.45% from 255) = 25.75%

 GREEN value IS 218 (85.55% from 255) = 34.22%

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

R = 25.75%
G = 34.22%
B = 40.03%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4DAFF (or 0xA4DAFF) is known color: Columbia Blue. HEX triplet: A4, DA and FF. RGB value is (164,218,255). Sum of RGB (Red+Green+Blue) = 164+218+255=637 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.75% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DAFF is #5B2500. Grayscale: #CDCDCD. Windows color (decimal): -5973249 or 16767652. OLE color: 16767652.

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

Color convert

RGB 164 218 255 -
CMYK 0.36 0.15 0 0
HSL 204.4º 1% 0.82% -
HSV(B) 204.4º 0.36% 1% -
XYZ 58.43 65.26 104.12 -
YUV 206.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 164 218 255 0.36 0.15 0 0 204.4 1 0.82
Hex A4 DA FF 24 F 0 0 CC 64 52
Octal 244 332 377 44 17 0 0 314 144 122
Binary 10100100 11011010 11111111 100100 1111 0 0 11001100 1100100 1010010

Color Harmonies of #A4DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DAFF

Black with #A4DAFF

Text Example


Text Example

White with #A4DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DAFF; }

 p { color: rgb(164,218,255); }

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

background-color css

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

 a { background-color: rgb(164,218,255); }

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

border-color css

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

 span { border-color: rgb(164,218,255); }

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