Html Css Color HEX #A8DEFF Columbia Blue

📋 copy color: '#A8DEFF'

red 168 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #A8DEFF

Tints of Columbia Blue #A8DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.42%

 BLUE value IS 255 (100% from 255) = 39.53%

R = 26.05%
G = 34.42%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8DEFF (or 0xA8DEFF) is known color: Columbia Blue. HEX triplet: A8, DE and FF. RGB value is (168,222,255). Sum of RGB (Red+Green+Blue) = 168+222+255=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DEFF is #572100. Grayscale: #D1D1D1. Windows color (decimal): -5710081 or 16768680. OLE color: 16768680.

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

Color convert

RGB 168 222 255 -
CMYK 0.34 0.13 0 0
HSL 202.76º 1% 0.83% -
HSV(B) 202.76º 0.34% 1% -
XYZ 60.32 67.79 104.51 -
YUV 209.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 168 222 255 0.34 0.13 0 0 202.76 1 0.83
Hex A8 DE FF 22 D 0 0 CB 64 53
Octal 250 336 377 42 15 0 0 313 144 123
Binary 10101000 11011110 11111111 100010 1101 0 0 11001011 1100100 1010011

Color Harmonies of #A8DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DEFF

Black with #A8DEFF

Text Example


Text Example

White with #A8DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DEFF; }

 p { color: rgb(168,222,255); }

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

background-color css

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

 a { background-color: rgb(168,222,255); }

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

border-color css

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

 span { border-color: rgb(168,222,255); }

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