Html Css Color HEX #A8E3FC Columbia Blue

📋 copy color: '#A8E3FC'

red 168 ◦ green 227 ◦ blue 252

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

Shades of Columbia Blue #A8E3FC

Tints of Columbia Blue #A8E3FC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.09%

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

R = 25.97%
G = 35.09%
B = 38.95%

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

#A8E3FC (or 0xA8E3FC) is known color: Columbia Blue. HEX triplet: A8, E3 and FC. RGB value is (168,227,252). Sum of RGB (Red+Green+Blue) = 168+227+252=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8E3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E3FC is #571C03. Grayscale: #D4D4D4. Windows color (decimal): -5708804 or 16573352. OLE color: 16573352.

HSL color Cylindrical-coordinate representation of color #A8E3FC: hue angle of 197.86º 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 #A8E3FC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 227 252 -
CMYK 0.33 0.10 0 0.01
HSL 197.86º 0.93% 0.82% -
HSV(B) 197.86º 0.33% 0.99% -
XYZ 61.19 70.29 102.44 -
YUV 212.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 168 227 252 0.33 0.10 0 0.01 197.86 0.93 0.82
Hex A8 E3 FC 21 A 0 1 C6 5D 52
Octal 250 343 374 41 12 0 1 306 135 122
Binary 10101000 11100011 11111100 100001 1010 0 1 11000110 1011101 1010010

Color Harmonies of #A8E3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E3FC

Black with #A8E3FC

Text Example


Text Example

White with #A8E3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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