Html Css Color HEX #A8E7FD Columbia Blue

📋 copy color: '#A8E7FD'

red 168 ◦ green 231 ◦ blue 253

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

Shades of Columbia Blue #A8E7FD

Tints of Columbia Blue #A8E7FD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.43%

 BLUE value IS 253 (99.22% from 255) = 38.8%

R = 25.77%
G = 35.43%
B = 38.8%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8E7FD (or 0xA8E7FD) is known color: Columbia Blue. HEX triplet: A8, E7 and FD. RGB value is (168,231,253). Sum of RGB (Red+Green+Blue) = 168+231+253=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8E7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E7FD is #571802. Grayscale: #D6D6D6. Windows color (decimal): -5707779 or 16639912. OLE color: 16639912.

HSL color Cylindrical-coordinate representation of color #A8E7FD: hue angle of 195.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8E7FD is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 231 253 -
CMYK 0.34 0.09 0 0.01
HSL 195.53º 0.96% 0.83% -
HSV(B) 195.53º 0.34% 0.99% -
XYZ 62.45 72.57 103.64 -
YUV 214.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 168 231 253 0.34 0.09 0 0.01 195.53 0.96 0.83
Hex A8 E7 FD 22 9 0 1 C4 60 53
Octal 250 347 375 42 11 0 1 304 140 123
Binary 10101000 11100111 11111101 100010 1001 0 1 11000100 1100000 1010011

Color Harmonies of #A8E7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E7FD

Black with #A8E7FD

Text Example


Text Example

White with #A8E7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E7FD; }

 p { color: rgb(168,231,253); }

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

background-color css

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

 a { background-color: rgb(168,231,253); }

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

border-color css

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

 span { border-color: rgb(168,231,253); }

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