Html Css Color HEX #A4DBFE Columbia Blue

📋 copy color: '#A4DBFE'

red 164 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #A4DBFE

Tints of Columbia Blue #A4DBFE

RGB

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

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

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

R = 25.75%
G = 34.38%
B = 39.87%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A4DBFE (or 0xA4DBFE) is known color: Columbia Blue. HEX triplet: A4, DB and FE. RGB value is (164,219,254). Sum of RGB (Red+Green+Blue) = 164+219+254=637 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.75% from 637); Green value is 219 (85.94% from 255 or 34.38% 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 #A4DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBFE is #5B2401. Grayscale: #CECECE. Windows color (decimal): -5972994 or 16702372. OLE color: 16702372.

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

Color convert

RGB 164 219 254 -
CMYK 0.35 0.14 0 0.00
HSL 203.33º 0.98% 0.82% -
HSV(B) 203.33º 0.35% 1% -
XYZ 58.53 65.71 103.36 -
YUV 206.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 164 219 254 0.35 0.14 0 0.00 203.33 0.98 0.82
Hex A4 DB FE 23 E 0 0 CB 62 52
Octal 244 333 376 43 16 0 0 313 142 122
Binary 10100100 11011011 11111110 100011 1110 0 0 11001011 1100010 1010010

Color Harmonies of #A4DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBFE

Black with #A4DBFE

Text Example


Text Example

White with #A4DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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