Html Css Color HEX #A3DEFF Columbia Blue

📋 copy color: '#A3DEFF'

red 163 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #A3DEFF

Tints of Columbia Blue #A3DEFF

RGB

 RED value IS 163 (64.06% from 255) = 25.47%

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

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

R = 25.47%
G = 34.69%
B = 39.84%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3DEFF (or 0xA3DEFF) is known color: Columbia Blue. HEX triplet: A3, DE and FF. RGB value is (163,222,255). Sum of RGB (Red+Green+Blue) = 163+222+255=640 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.47% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DEFF is #5C2100. Grayscale: #CFCFCF. Windows color (decimal): -6037761 or 16768675. OLE color: 16768675.

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

Color convert

RGB 163 222 255 -
CMYK 0.36 0.13 0 0
HSL 201.52º 1% 0.82% -
HSV(B) 201.52º 0.36% 1% -
XYZ 59.28 67.25 104.46 -
YUV 208.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 163 222 255 0.36 0.13 0 0 201.52 1 0.82
Hex A3 DE FF 24 D 0 0 CA 64 52
Octal 243 336 377 44 15 0 0 312 144 122
Binary 10100011 11011110 11111111 100100 1101 0 0 11001010 1100100 1010010

Color Harmonies of #A3DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DEFF

Black with #A3DEFF

Text Example


Text Example

White with #A3DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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