Html Css Color HEX #A4DBFF Columbia Blue

📋 copy color: '#A4DBFF'

red 164 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #A4DBFF

Tints of Columbia Blue #A4DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.33%

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

R = 25.71%
G = 34.33%
B = 39.97%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4DBFF (or 0xA4DBFF) is known color: Columbia Blue. HEX triplet: A4, DB and FF. RGB value is (164,219,255). Sum of RGB (Red+Green+Blue) = 164+219+255=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBFF is #5B2400. Grayscale: #CECECE. Windows color (decimal): -5972993 or 16767908. OLE color: 16767908.

HSL color Cylindrical-coordinate representation of color #A4DBFF: hue angle of 203.74º 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 #A4DBFF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 219 255 -
CMYK 0.36 0.14 0 0
HSL 203.74º 1% 0.82% -
HSV(B) 203.74º 0.36% 1% -
XYZ 58.69 65.78 104.21 -
YUV 206.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 164 219 255 0.36 0.14 0 0 203.74 1 0.82
Hex A4 DB FF 24 E 0 0 CC 64 52
Octal 244 333 377 44 16 0 0 314 144 122
Binary 10100100 11011011 11111111 100100 1110 0 0 11001100 1100100 1010010

Color Harmonies of #A4DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBFF

Black with #A4DBFF

Text Example


Text Example

White with #A4DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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