Html Css Color HEX #A4D9FE Columbia Blue

📋 copy color: '#A4D9FE'

red 164 ◦ green 217 ◦ blue 254

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

Shades of Columbia Blue #A4D9FE

Tints of Columbia Blue #A4D9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.17%

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

R = 25.83%
G = 34.17%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A4D9FE (or 0xA4D9FE) is known color: Columbia Blue. HEX triplet: A4, D9 and FE. RGB value is (164,217,254). Sum of RGB (Red+Green+Blue) = 164+217+254=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D9FE is #5B2601. Grayscale: #CDCDCD. Windows color (decimal): -5973506 or 16701860. OLE color: 16701860.

HSL color Cylindrical-coordinate representation of color #A4D9FE: hue angle of 204.67º 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 #A4D9FE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 217 254 -
CMYK 0.35 0.15 0 0.00
HSL 204.67º 0.98% 0.82% -
HSV(B) 204.67º 0.35% 1% -
XYZ 58.01 64.67 103.19 -
YUV 205.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 164 217 254 0.35 0.15 0 0.00 204.67 0.98 0.82
Hex A4 D9 FE 23 F 0 0 CD 62 52
Octal 244 331 376 43 17 0 0 315 142 122
Binary 10100100 11011001 11111110 100011 1111 0 0 11001101 1100010 1010010

Color Harmonies of #A4D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D9FE

Black with #A4D9FE

Text Example


Text Example

White with #A4D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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