Html Css Color HEX #A7DEFA Columbia Blue

📋 copy color: '#A7DEFA'

red 167 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #A7DEFA

Tints of Columbia Blue #A7DEFA

RGB

 RED value IS 167 (65.63% from 255) = 26.13%

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

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

R = 26.13%
G = 34.74%
B = 39.12%

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

#A7DEFA (or 0xA7DEFA) is known color: Columbia Blue. HEX triplet: A7, DE and FA. RGB value is (167,222,250). Sum of RGB (Red+Green+Blue) = 167+222+250=639 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.13% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DEFA is #582105. Grayscale: #D0D0D0. Windows color (decimal): -5775622 or 16440999. OLE color: 16440999.

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

Color convert

RGB 167 222 250 -
CMYK 0.33 0.11 0 0.02
HSL 200.24º 0.89% 0.82% -
HSV(B) 200.24º 0.33% 0.98% -
XYZ 59.31 67.36 100.32 -
YUV 208.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 167 222 250 0.33 0.11 0 0.02 200.24 0.89 0.82
Hex A7 DE FA 21 B 0 2 C8 59 52
Octal 247 336 372 41 13 0 2 310 131 122
Binary 10100111 11011110 11111010 100001 1011 0 10 11001000 1011001 1010010

Color Harmonies of #A7DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DEFA

Black with #A7DEFA

Text Example


Text Example

White with #A7DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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