Html Css Color HEX #A8DEFA Columbia Blue

📋 copy color: '#A8DEFA'

red 168 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #A8DEFA

Tints of Columbia Blue #A8DEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.06%

R = 26.25%
G = 34.69%
B = 39.06%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8DEFA (or 0xA8DEFA) is known color: Columbia Blue. HEX triplet: A8, DE and FA. RGB value is (168,222,250). Sum of RGB (Red+Green+Blue) = 168+222+250=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DEFA is #572105. Grayscale: #D0D0D0. Windows color (decimal): -5710086 or 16441000. OLE color: 16441000.

HSL color Cylindrical-coordinate representation of color #A8DEFA: hue angle of 200.49º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DEFA is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 222 250 -
CMYK 0.33 0.11 0 0.02
HSL 200.49º 0.89% 0.82% -
HSV(B) 200.49º 0.33% 0.98% -
XYZ 59.53 67.47 100.33 -
YUV 209.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 168 222 250 0.33 0.11 0 0.02 200.49 0.89 0.82
Hex A8 DE FA 21 B 0 2 C8 59 52
Octal 250 336 372 41 13 0 2 310 131 122
Binary 10101000 11011110 11111010 100001 1011 0 10 11001000 1011001 1010010

Color Harmonies of #A8DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DEFA

Black with #A8DEFA

Text Example


Text Example

White with #A8DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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