Html Css Color HEX #A8E4FC Columbia Blue

📋 copy color: '#A8E4FC'

red 168 ◦ green 228 ◦ blue 252

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

Shades of Columbia Blue #A8E4FC

Tints of Columbia Blue #A8E4FC

RGB

 RED value IS 168 (66.02% from 255) = 25.93%

 GREEN value IS 228 (89.45% from 255) = 35.19%

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 25.93%
G = 35.19%
B = 38.89%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8E4FC (or 0xA8E4FC) is known color: Columbia Blue. HEX triplet: A8, E4 and FC. RGB value is (168,228,252). Sum of RGB (Red+Green+Blue) = 168+228+252=648 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.93% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8E4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E4FC is #571B03. Grayscale: #D4D4D4. Windows color (decimal): -5708548 or 16573608. OLE color: 16573608.

HSL color Cylindrical-coordinate representation of color #A8E4FC: hue angle of 197.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8E4FC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 228 252 -
CMYK 0.33 0.10 0 0.01
HSL 197.14º 0.93% 0.82% -
HSV(B) 197.14º 0.33% 0.99% -
XYZ 61.46 70.84 102.53 -
YUV 212.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 168 228 252 0.33 0.10 0 0.01 197.14 0.93 0.82
Hex A8 E4 FC 21 A 0 1 C5 5D 52
Octal 250 344 374 41 12 0 1 305 135 122
Binary 10101000 11100100 11111100 100001 1010 0 1 11000101 1011101 1010010

Color Harmonies of #A8E4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E4FC

Black with #A8E4FC

Text Example


Text Example

White with #A8E4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E4FC; }

 p { color: rgb(168,228,252); }

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

background-color css

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

 a { background-color: rgb(168,228,252); }

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

border-color css

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

 span { border-color: rgb(168,228,252); }

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