Html Css Color HEX #A8E6FC Columbia Blue

📋 copy color: '#A8E6FC'

red 168 ◦ green 230 ◦ blue 252

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

Shades of Columbia Blue #A8E6FC

Tints of Columbia Blue #A8E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.38%

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

R = 25.85%
G = 35.38%
B = 38.77%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8E6FC (or 0xA8E6FC) is known color: Columbia Blue. HEX triplet: A8, E6 and FC. RGB value is (168,230,252). Sum of RGB (Red+Green+Blue) = 168+230+252=650 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.85% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E6FC is #571903. Grayscale: #D5D5D5. Windows color (decimal): -5708036 or 16574120. OLE color: 16574120.

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

Color convert

RGB 168 230 252 -
CMYK 0.33 0.09 0 0.01
HSL 195.71º 0.93% 0.82% -
HSV(B) 195.71º 0.33% 0.99% -
XYZ 62.02 71.95 102.71 -
YUV 213.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 168 230 252 0.33 0.09 0 0.01 195.71 0.93 0.82
Hex A8 E6 FC 21 9 0 1 C4 5D 52
Octal 250 346 374 41 11 0 1 304 135 122
Binary 10101000 11100110 11111100 100001 1001 0 1 11000100 1011101 1010010

Color Harmonies of #A8E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E6FC

Black with #A8E6FC

Text Example


Text Example

White with #A8E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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